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:54 UTC

[uima-ruta] branch no-jira/avoid-auto-staging created (now 2809ede8)

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

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


      at 2809ede8 [No Jira] Avoid triggering auto-staging as part of snapshot deployment

This branch includes the following new commits:

     new 2809ede8 [No Jira] Avoid triggering auto-staging as part of snapshot deployment

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by re...@apache.org.
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'
 }