Skip to content

Commit

Permalink
Add a profile for releasing to JBoss Nexus.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Dec 1, 2023
1 parent 430138c commit 5e1300c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,24 @@
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release</id>

<!-- Release to JBoss Nexus -->
<distributionManagement>
<repository>
<id>${jboss.releases.repo.id}</id>
<name>JBoss Releases Repository</name>
<url>${jboss.releases.repo.url}</url>
</repository>
<snapshotRepository>
<id>${jboss.snapshots.repo.id}</id>
<name>JBoss Snapshots Repository</name>
<url>${jboss.snapshots.repo.url}</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>

</project>
</project>

0 comments on commit 5e1300c

Please sign in to comment.