|
|
|
@ -120,15 +120,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
<distributionManagement> |
|
|
|
<distributionManagement> |
|
|
|
<snapshotRepository> |
|
|
|
<snapshotRepository> |
|
|
|
<id>nexus-snapshots</id> |
|
|
|
<id>kreth.snapshots</id> |
|
|
|
<url>https://nexus.kreth-development.de/repository/maven-snapshots/</url> |
|
|
|
<url>https://nexus.kreth-development.de/repository/maven-snapshots/</url> |
|
|
|
</snapshotRepository> |
|
|
|
</snapshotRepository> |
|
|
|
<repository> |
|
|
|
<repository> |
|
|
|
<id>nexus-releases</id> |
|
|
|
<id>kreth.releases</id> |
|
|
|
<url>https://nexus.kreth-development.de/repository/maven-releases/</url> |
|
|
|
<url>https://nexus.kreth-development.de/repository/maven-releases/</url> |
|
|
|
</repository> |
|
|
|
</repository> |
|
|
|
</distributionManagement> |
|
|
|
</distributionManagement> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
|