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 2022/11/06 09:14:22 UTC

[struts] branch master updated: Packages with assembly before publishing nightlies

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 9a431ea47 Packages with assembly before publishing nightlies
9a431ea47 is described below

commit 9a431ea47060abdfad657370e84bc87eaea66a87
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Nov 6 10:14:17 2022 +0100

    Packages with assembly before publishing nightlies
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1f0fe858a..5737be6b1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -160,6 +160,7 @@ pipeline {
             branch 'master'
           }
           steps {
+            sh './mvnw -B package -DskipTests'
             sshPublisher(publishers: [
                 sshPublisherDesc(
                     configName: 'Nightlies',