diff --git a/Jenkinsfile b/Jenkinsfile
index 02df95aec..3828a456b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,7 +8,7 @@ pipeline {
stages {
stage('Build') {
steps {
- sh 'mvn clean install -Dlicense.skip=true'
+ sh 'mvn -B -DskipTests clean package'
}
}
}
diff --git a/pom.xml b/pom.xml
index 7c1fc439a..860a1bc51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,6 +290,15 @@
central maven repo
central maven repo https
https://repo.maven.apache.org/maven2
+
+
+ central
+ Maven Plugin Repository
+ https://repo1.maven.org/maven2
+ default
+
+ false
+
spring-snapshots