Skip to content

Commit 6274772

Browse files
committed
adding elements for publishing to local Nexus repo
1 parent 37123da commit 6274772

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@
1818
<scope>provided</scope>
1919
</dependency>
2020
</dependencies>
21+
<distributionManagement>
22+
<repository>
23+
<id>deployment</id>
24+
<name>Internal Releases</name>
25+
<url>http://localhost:8081/nexus/content/repositories/releases/</url>
26+
</repository>
27+
<snapshotRepository>
28+
<id>deployment</id>
29+
<name>Internal Snapshot Releases</name>
30+
<url>http://localhost:8081/nexus/content/repositories/snapshots/</url>
31+
</snapshotRepository>
32+
</distributionManagement>
2133
<build>
2234
<finalName>javaee7-simple-sample</finalName>
2335
<plugins>

0 commit comments

Comments
 (0)