Skip to content

Commit

Permalink
HIS-1: Provide the Mekom Maven repository as part of the archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Jun 13, 2024
1 parent fed63a1 commit 5307bd5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<!-- TODO: Add any implementation-specific dependencies -->
</dependencies>

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

<profiles>
<profile>
<id>validator</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<!-- TODO: Add any implementation-specific dependencies -->
</dependencies>

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

<profiles>
<profile>
<id>validator</id>
Expand Down

0 comments on commit 5307bd5

Please sign in to comment.