Skip to content

Commit

Permalink
updated nexus descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLevander committed Jun 7, 2016
1 parent 85186da commit 1d0c5bf
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<distributionManagement>
<repository>
<id>rods-nexus-deployment</id>
<id>nexus</id>
<name>RODS Nexus</name>
<url>https://internal.rods.pitt.edu/nexus/content/repositories/apollo-releases/</url>
</repository>
<snapshotRepository>
<id>rods-nexus-deployment</id>
<id>nexus</id>
<name>RODS Nexus</name>
<url>https://internal.rods.pitt.edu/nexus/content/repositories/apollo-snapshots/</url>
</snapshotRepository>
Expand Down Expand Up @@ -108,6 +108,17 @@
<defaultGoal>install</defaultGoal>

<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>nexus</serverId>
<nexusUrl>https://internal.rods.pitt.edu/nexus</nexusUrl>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit 1d0c5bf

Please sign in to comment.