You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/04/05 05:46:10 UTC

[struts] 05/06: Install SNAPSHOTs to allow reuse them

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch action-context-boost
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 7d988c9dbce4257ea8a627b07e0fdec0e2568c41
Author: Lukasz Lenart <lu...@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') {