Skip to content

Commit 563d23a

Browse files
authored
Update pom.xml
1 parent c5b95c3 commit 563d23a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
</plugin>
3131
</plugins>
3232
</build>
33+
<distributionManagement>
34+
<snapshotRepository>
35+
<id>nexus-snapshots</id>
36+
<url>http://172.16.16.102:8081/repository/maven-snapshots</url>
37+
</snapshotRepository>
38+
<repository>
39+
<id>nexus-releases</id>
40+
<url>http://172.16.16.102:8081/repository/maven-releases</url>
41+
</repository>
42+
</distributionManagement>
3343
<dependencies>
3444
<dependency>
3545
<groupId>junit</groupId>

0 commit comments

Comments
 (0)