This is an automated email from the ASF dual-hosted git repository.
rec pushed a commit to branch no-jira/update-autoformatting
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
The following commit(s) were added to refs/heads/no-jira/update-autoformatting
by this push:
new 4b5dcd539 [No Jira] Avoid triggering auto-staging as part of snapshot
deployment
4b5dcd539 is described below
commit 4b5dcd53984a26a71e296be57702e4d4959e6b96
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Wed Jun 8 13:22: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 7d2ed3478..1490175ae 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'
}