Skip to content
Snippets Groups Projects
Commit 032f53a9 authored by OZGCloud's avatar OZGCloud
Browse files

add nexus repo to pom

parent b36a81c0
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ pipeline {
failure {
script {
if (env.BRANCH_NAME == 'master' || env.BRANCH_NAME == 'release') {
sendFailureMessage()
//sendFailureMessage()
}
}
}
......
......@@ -62,4 +62,16 @@
</plugins>
</build>
<distributionManagement>
<repository>
<id>ozg-nexus</id>
<name>ozg-releases</name>
<url>https://nexus.ozg-sh.de/repository/ozg-releases/</url>
</repository>
<snapshotRepository>
<id>ozg-snapshots-nexus</id>
<name>ozg-snapshots</name>
<url>https://nexus.ozg-sh.de/repository/ozg-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment