Skip to content

Commit

Permalink
specify distribution repository in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Aug 15, 2018
1 parent fcdbe87 commit e560a82
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -105,4 +105,16 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>nexus</id>
<name>Releases</name>
<url>https://www.iani.de/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>nexus</id>
<name>Snapshot</name>
<url>https://www.iani.de/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit e560a82

Please sign in to comment.