Skip to content

Commit

Permalink
KH-496: Excplicitly provide public repository in modules pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed May 10, 2024
1 parent ad3f1a2 commit e9b86cd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
21 changes: 21 additions & 0 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<groupId>com.ozonehis</groupId>
Expand Down Expand Up @@ -70,6 +71,26 @@
</plugins>
</build>

<repositories>
<repository>
<id>mks-nexus-public</id>
<url>https://nexus.mekomsolutions.net/repository/maven-public/</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<name>Mekom Solutions Nexus repo for releases</name>
<id>mks-nexus-public</id>
<url>https://nexus.mekomsolutions.net/repository/maven-releases</url>
</repository>
<snapshotRepository>
<name>Mekom Solutions Nexus repo for snapshots</name>
<id>mks-nexus-public-snapshots</id>
<url>https://nexus.mekomsolutions.net/repository/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>

<profiles>
<profile>
<id>validator</id>
Expand Down
5 changes: 5 additions & 0 deletions prod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<groupId>com.ozonehis</groupId>
Expand Down Expand Up @@ -62,6 +63,10 @@
</build>

<repositories>
<repository>
<id>mks-nexus-public</id>
<url>https://nexus.mekomsolutions.net/repository/maven-public/</url>
</repository>
<repository>
<id>mks-nexus-private</id>
<url>https://nexus.mekomsolutions.net/repository/maven-private/</url>
Expand Down

0 comments on commit e9b86cd

Please sign in to comment.