Skip to content

Commit

Permalink
Connected to Nexus repository
Browse files Browse the repository at this point in the history
  • Loading branch information
akiltipu authored Mar 9, 2024
1 parent f63d68f commit afac48d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,16 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>maven-releases</id>
<name>maven-releases</name>
<url>http://52.91.212.7:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>maven-snapshots</id>
<name>maven-snapshots</name>
<url>http://52.91.212.7:8081/repository/maven-snapshots//</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit afac48d

Please sign in to comment.