From 59d700218435fb74b81fba159f4c9d49648a495a Mon Sep 17 00:00:00 2001 From: Demian <44421735+demiangmz@users.noreply.github.com> Date: Mon, 6 Apr 2020 16:29:01 -0300 Subject: [PATCH] Update Jenkinsfile and pom.xml --- Jenkinsfile | 2 +- pom.xml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) 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