Skip to content

Commit

Permalink
Change to fork with galaxy v3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
a-langer committed Apr 23, 2024
1 parent b962cf2 commit 07675ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG NEXUS_PLUGIN_VERSION="3.67.1-01"
ENV PLUG_VERSION="${NEXUS_PLUGIN_VERSION}"
ENV NEXUS_PLUGINS="${NEXUS_HOME}/system"

ARG ANSIBLEGALAXY_VERSION="0.3.0"
ARG ANSIBLEGALAXY_VERSION="0.3.2-fixed"

# Add nexus-pac4j-plugin.jar
RUN rm -rf ${NEXUS_PLUGINS}/com/github/alanger/nexus/plugin/nexus-pac4j-plugin/
Expand Down
9 changes: 5 additions & 4 deletions nexus-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<nexus.base.image>sonatype/nexus3:${nexus.base.version}</nexus.base.image>
<docker.image>ghcr.io/a-langer/nexus-sso:${project.version}</docker.image>
<ansiblegalaxy.version>0.3.0</ansiblegalaxy.version>
<ansiblegalaxy.version>0.3.2-fixed</ansiblegalaxy.version>
</properties>

<profiles>
Expand All @@ -30,8 +30,9 @@
<plugins>
<!--
A Nexus Repository 3 plugin that allows usage of Ansible Galaxy repositories.
https://github.com/l3ender/nexus-repository-ansiblegalaxy
https://jitpack.io/#l3ender/nexus-repository-ansiblegalaxy
Origin https://github.com/l3ender/nexus-repository-ansiblegalaxy
Fork with galaxy v3 support https://github.com/angeloxx/nexus-repository-ansiblegalaxy
Maven repository https://jitpack.io/#angeloxx/nexus-repository-ansiblegalaxy
mvn dependency:copy -PbuildImage
-->
<plugin>
Expand All @@ -49,7 +50,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>com.github.l3ender.nexus-repository-ansiblegalaxy</groupId>
<groupId>com.github.angeloxx.nexus-repository-ansiblegalaxy</groupId>
<artifactId>nexus-repository-ansiblegalaxy</artifactId>
<version>${ansiblegalaxy.version}</version>
<type>jar</type>
Expand Down

0 comments on commit 07675ab

Please sign in to comment.