Skip to content

Commit b4c07ab

Browse files
committed
Add a profile for releasing to JBoss Nexus.
Signed-off-by: James R. Perkins <[email protected]>
1 parent b31d0c5 commit b4c07ab

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

+20
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,24 @@
111111
</plugins>
112112
</build>
113113

114+
<profiles>
115+
<profile>
116+
<id>release</id>
117+
118+
<!-- Release to JBoss Nexus -->
119+
<distributionManagement>
120+
<repository>
121+
<id>${jboss.releases.repo.id}</id>
122+
<name>JBoss Releases Repository</name>
123+
<url>${jboss.releases.repo.url}</url>
124+
</repository>
125+
<snapshotRepository>
126+
<id>${jboss.snapshots.repo.id}</id>
127+
<name>JBoss Snapshots Repository</name>
128+
<url>${jboss.snapshots.repo.url}</url>
129+
</snapshotRepository>
130+
</distributionManagement>
131+
</profile>
132+
</profiles>
133+
114134
</project>

0 commit comments

Comments
 (0)