Skip to content

Commit

Permalink
Merge pull request #78 from jecihjoy/module-deploy
Browse files Browse the repository at this point in the history
KHP3-4866: Add ability to publish module to nexus
  • Loading branch information
ojwanganto authored Jan 2, 2024
2 parents d4e6984 + b820210 commit 03063c5
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,17 @@
</pluginRepository>
</pluginRepositories>




<distributionManagement>
<repository>
<id>mks-nexus</id>
<name>Mekom Nexus Releases</name>
<url>https://nexus.mekomsolutions.net/releases</url>
</repository>
<snapshotRepository>
<id>mks-nexus</id>
<name>Mekom Nexus Snapshots</name>
<url>https://nexus.mekomsolutions.net/snapshots</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 03063c5

Please sign in to comment.