diff --git a/Jenkinsfile b/Jenkinsfile
index 691468166..f5cb6518c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
}
}
steps {
- sh ''
+ sh 'maven deploy'
}
}
diff --git a/pom.xml b/pom.xml
index 31725653e..30ba9d11a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -420,14 +420,11 @@
-
- snapshots
- http://nexus:8081/nexus/content/repositories/snapshots
-
-
- releases
- http://nexus:8081/nexus/content/repositories/releases
-
+
+ snapshots
+ localhost.localdomain-snapshots
+ http://192.168.0.48:8081/artifactory/libs-snapshot-local
+
demopetclinic