Skip to content

Commit

Permalink
NXP-30649: update pom with missing maven-internal repository
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsd committed Oct 19, 2021
1 parent ce384db commit 466a88c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>maven-internal</id>
<url>https://packages.nuxeo.com/repository/maven-internal/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<updatePolicy>always</updatePolicy>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit 466a88c

Please sign in to comment.