From 6790a7a8dbf4d93e67d512482ec8a5031e080275 Mon Sep 17 00:00:00 2001 From: Niclas Thobaben Date: Mon, 30 Nov 2020 23:29:48 +0100 Subject: [PATCH] BLD maven add DistributionManagement --- Jenkinsfile | 2 +- pom.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1aaf19c..ff35eb6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { stage('deploy') { steps { sh 'mvn help:effective-settings ' - sh 'mvn deploy -Prelease' + sh 'mvn deploy' } } } diff --git a/pom.xml b/pom.xml index 7882bba..06af125 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,19 @@ 1.0.0 pom + + + nexus.niclas-thobaben.de + NClazz Release Repository + https://nexus.niclas-thobaben.de/repository/maven-releases/ + + + nexus.niclas-thobaben.de + NClazz Snapshot Repository + https://nexus.niclas-thobaben.de/repository/maven-snapshots/ + + + 1.8 1.8