diff --git a/Jenkinsfile b/Jenkinsfile index 3828a456b..10247e028 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stages { stage('Build') { steps { - sh 'mvn -B -DskipTests clean package' + sh 'mvn -B -DskipTests clean install' } } } diff --git a/pom.xml b/pom.xml index 860a1bc51..7c1fc439a 100644 --- a/pom.xml +++ b/pom.xml @@ -290,15 +290,6 @@ 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