Skip to content

Commit

Permalink
Added KarmaDev nexus repository to allow compiling on external maven
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaDeb committed Oct 28, 2023
1 parent 74a833d commit db70649
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@
<id>cuba-work</id>
<url>https://repo.cuba-platform.com/content/groups/work/</url>
</repository>

<!-- KarmaDev nexus repository -->
<repository>
<id>karmadev_releases</id>
<url>https://nexus.karmadev.es/repository/maven-releases/</url>
</repository>
<repository>
<id>karmadev_snapshots</id>
<url>https://nexus.karmadev.es/repository/maven-snapshots/</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit db70649

Please sign in to comment.