This is an automated email from the ASF dual-hosted git repository.
rec pushed a commit to branch release/3.3.x
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git
The following commit(s) were added to refs/heads/release/3.3.x by this push:
new 165e61b [No Jira] Avoid triggering auto-staging as part of snapshot
deployment
165e61b is described below
commit 165e61bb16e64b97dc8052f7b9eb81933d4131b1
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Wed Jun 8 13:26:18 2022 +0200
[No Jira] Avoid triggering auto-staging as part of snapshot deployment
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 7cf3a82..8a1a499 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,5 +18,5 @@
@Library('uima-build-jenkins-shared-library') _
defaultPipeline {
- extraMavenArguments = '-Pjacoco,spotbugs,pmd'
+ extraMavenArguments = '-Pjacoco,spotbugs,pmd,run-rat-report
-Ddisable-rc-auto-staging'
}