Skip to content

Commit

Permalink
Fix nexus staging plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Nov 13, 2023
1 parent 65697ba commit 3aee3de
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tycho-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,14 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<!-- The Base URL of Nexus instance where we want to stage -->
<nexusUrl>https://${jbossNexus}/nexus/</nexusUrl>
<!-- The server "id" element from settings to use authentication from -->
<serverId>jboss-releases-repository</serverId>
</configuration>
<dependencies>
<!-- TODO: Remove after OSSRH-66257, NEXUS-26993 are fixed. -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.15</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 3aee3de

Please sign in to comment.