Skip to content

Commit

Permalink
nexus-staging-maven-plugin workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Dec 20, 2021
1 parent 5a1f3c4 commit 1019eda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1067,14 +1067,18 @@
<version>1.6.8</version>
<dependencies>
<dependency>
<!-- Until https://github.com/sonatype/nexus-public/pull/93 is resolved, please -->
<!-- install from https://github.com/kohlschuetter/nexus-public.git -->
<!-- git switch xstream-1.4.18-fix -->
<!-- cd components/nexus-client-core ; mvn clean install -Denforcer.skip=true -Dmaven.compiler.target=7 -Dmaven.compiler.source=7 -DskipTests=true -->
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-client-core</artifactId>
<version>2.14.21-02</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.17</version>
<version>1.4.18</version>
</dependency>
<dependency><!-- needed by xstream 1.4.16 -->
<groupId>xpp3</groupId>
Expand Down

0 comments on commit 1019eda

Please sign in to comment.