This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 7ef0d77 Install SNAPSHOTs to allow reuse them 7ef0d77 is described below commit 7ef0d779cbbeda8fad66147cf9ef3c1e60f29166 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sat Apr 4 17:43:41 2020 +0200 Install SNAPSHOTs to allow reuse them --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a6812c3..5bff27e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { stages { stage('Build') { steps { - sh 'mvn -B package -DskipTests -DskipAssembly' + sh 'mvn -B clean install -DskipTests -DskipAssembly' } } stage('Test') { @@ -75,7 +75,7 @@ pipeline { stages { stage('Build') { steps { - sh 'mvn -B clean package -DskipTests -DskipAssembly' + sh 'mvn -B clean install -DskipTests -DskipAssembly' } } stage('Test') { @@ -111,7 +111,7 @@ pipeline { stages { stage('Build') { steps { - sh 'mvn -B clean package -DskipTests -DskipAssembly' + sh 'mvn -B clean install -DskipTests -DskipAssembly' } } stage('Test') {