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 2021/01/27 20:36:55 UTC

[uima-uimaj] branch No-jira-disable-spotbugs created (now 19331c4)

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

rec pushed a change to branch No-jira-disable-spotbugs
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


      at 19331c4  [No Jira] Disable spotbugs because it triggers on debug code in an Eclipse plugin that I do not want to refactor right now

This branch includes the following new commits:

     new 19331c4  [No Jira] Disable spotbugs because it triggers on debug code in an Eclipse plugin that I do not want to refactor right now

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-uimaj] 01/01: [No Jira] Disable spotbugs because it triggers on debug code in an Eclipse plugin that I do not want to refactor right now

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-disable-spotbugs
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 19331c4e8e3a075599e7b241fbc6ffc633c9d5fa
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Jan 27 21:36:42 2021 +0100

    [No Jira] Disable spotbugs because it triggers on debug code in an Eclipse plugin that I do not want to refactor right now
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f5a5017..3b51ceb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,5 +20,5 @@
 defaultPipeline {
   // The Eclipse libraries that our plugins depend unfortunately on required Java 11
   jdk = 'jdk_11_latest'
-  extraMavenArguments = '-Pjacoco,spotbugs,pmd'
+  extraMavenArguments = '-Pjacoco,pmd'
 }