You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/12/26 14:06:48 UTC

[jackrabbit-filevault-jenkins-lib] 01/01: verbose log for tracing NPE during deploy-staged

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

kwin pushed a commit to branch bugfix/npe-during-deploy-staged
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-jenkins-lib.git

commit 90d7a1999cbb1d98df8d574e4ee3d33126132a8a
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Dec 26 15:06:34 2021 +0100

    verbose log for tracing NPE during deploy-staged
---
 vars/fileVaultMavenStdBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/fileVaultMavenStdBuild.groovy b/vars/fileVaultMavenStdBuild.groovy
index 30a2961..7dfbdc5 100644
--- a/vars/fileVaultMavenStdBuild.groovy
+++ b/vars/fileVaultMavenStdBuild.groovy
@@ -86,7 +86,7 @@ def buildStage(final int jdkVersion, final String nodeLabel, final boolean isMai
                         // Unstash the previously stashed build results.
                         unstash name: 'filevault-build-snapshots'
                         // https://github.com/sonatype/nexus-maven-plugins/tree/master/staging/maven-plugin#deploy-staged
-                        String mavenArguments = "${stagingPluginGav}:deploy-staged -DskipStaging=true"
+                        String mavenArguments = "-X ${stagingPluginGav}:deploy-staged -DskipStaging=true"
                         executeMaven(jdkLabel, mavenArguments, 'EXPLICIT')
                     }
                 }