[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    [text] Skip SpotBugs on Java 11, because spotbugs-maven-plugin does not work on Java 11 yet.
From:       pascalschumacher () apache ! org
Date:       2018-09-30 8:08:28
Message-ID: 155323efd93c48ae837116c1c915c70c () git ! apache ! org
[Download RAW message or body]

Repository: commons-text
Updated Branches:
  refs/heads/master fb9dbe71a -> 87472c62b


Skip SpotBugs on Java 11, because spotbugs-maven-plugin does not work on Java 11 yet.


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/87472c62
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/87472c62
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/87472c62

Branch: refs/heads/master
Commit: 87472c62b52677c4ad2be957d4d1d90fabe05eca
Parents: fb9dbe7
Author: Pascal Schumacher <pascalschumacher@gmx.net>
Authored: Sun Sep 30 10:08:11 2018 +0200
Committer: Pascal Schumacher <pascalschumacher@gmx.net>
Committed: Sun Sep 30 10:08:11 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/87472c62/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 49ae75d..5925633 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,6 +459,8 @@
       <properties>
         <!-- jacoco does not work with java 11 yet, see \
https://github.com/jacoco/jacoco/issues/663 -->  <jacoco.skip>true</jacoco.skip>
+        <!-- spotbugs maven plugin does not work with java 11 yet, see \
https://github.com/spotbugs/spotbugs-maven-plugin/issues/83 --> +        \
<spotbugs.skip>true</spotbugs.skip>  </properties>
     </profile>
   </profiles>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic