Skip to content

Commit

Permalink
added distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
antobaldu committed Aug 10, 2020
1 parent f363f82 commit 478ccca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,17 @@
</plugins>
</build>

<distributionManagement>
<repository>
<id>central</id>
<name>pf-linux-releases</name>
<url>https://repo.pnet.ch/artifactory/middleware-maven-releases-local/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>pf-linux-snapshots</name>
<url>https://repo.pnet.ch/artifactory/middleware-maven-snapshots-local/</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 478ccca

Please sign in to comment.