You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/06/08 11:28:55 UTC

[uima-ruta] 01/01: [No Jira] Avoid triggering auto-staging as part of snapshot deployment

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

rec pushed a commit to branch no-jira/avoid-auto-staging
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 2809ede81fe002fd878239bea76171f1bbe9dc40
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Jun 8 13:28:50 2022 +0200

    [No Jira] Avoid triggering auto-staging as part of snapshot deployment
---
 Jenkinsfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7d2ed347..1490175a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,7 +18,5 @@
 @Library('uima-build-jenkins-shared-library') _
 
 defaultPipeline {
-  // The Eclipse libraries that our plugins depend unfortunately on required Java 11
-  jdk = 'jdk_11_latest'
-  extraMavenArguments = '-Pjacoco,pmd,run-rat-report'
+  extraMavenArguments = '-Pjacoco,spotbugs,pmd,run-rat-report -Ddisable-rc-auto-staging'
 }