Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 711b3e6

Browse files
author
Gurjui Dumitru
authored
Update pom.xml
1 parent 64ff232 commit 711b3e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1616
</properties>
17+
18+
<distributionManagement>
19+
<repository>
20+
<id>nexus</id>
21+
<url>http://192.168.55.10:8081/repository/maven-releases/</url>
22+
</repository>
23+
<snapshotRepository>
24+
<id>nexus</id>
25+
<url>http://192.168.55.10:8081/repository/maven-snapshots/</url>
26+
</snapshotRepository>
27+
</distributionManagement>
1728

1829
<dependencies>
1930
<!-- Testing dependencies. -->

0 commit comments

Comments
 (0)