Enable findbugs in commons binding-parent 19/68519/3
authorTom Pantelis <tompantelis@gmail.com>
Fri, 23 Feb 2018 03:08:16 +0000 (22:08 -0500)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 1 Mar 2018 10:49:47 +0000 (11:49 +0100)
Change-Id: I6b5f9341e564487e4f29a817e3e1471afa461730
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
23 files changed:
alivenessmonitor/alivenessmonitor-api/pom.xml
alivenessmonitor/alivenessmonitor-impl-protocols/pom.xml
alivenessmonitor/alivenessmonitor-impl/pom.xml
arputil/arputil-api/pom.xml
arputil/arputil-impl/pom.xml
commons/binding-parent/pom.xml
fcapsapplication/fcapsapplication-impl/pom.xml
fcapsmanager/alarmmanager/pom.xml
fcapsmanager/countermanager/pom.xml
fcapsmanager/fcaps-api/pom.xml
idmanager/idmanager-impl/pom.xml
idmanager/idmanager-shell/pom.xml
interfacemanager/interfacemanager-api/pom.xml
interfacemanager/interfacemanager-impl/pom.xml
interfacemanager/interfacemanager-shell/pom.xml
itm/itm-impl/pom.xml
lockmanager/lockmanager-impl/pom.xml
mdsalutil/mdsalutil-api/pom.xml
mdsalutil/mdsalutil-impl/pom.xml
mdsalutil/mdsalutil-testutils/pom.xml
srm/api/pom.xml
srm/impl/pom.xml
srm/shell/pom.xml

index 26768b2dbf202ef11ec327f82e5db5e06d9bcf8d..026a9b0fcfcc7f7dd40226b56457d030d2f4b975 100644 (file)
@@ -48,15 +48,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>ietf-yang-types-20130715</artifactId>
     </dependency>
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
index c3070ad533460162b1401ef5c970ac4dc616936c..96d271dc26da6893c5eb083bce7808f101c2f3e9 100644 (file)
@@ -43,16 +43,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <version>${genius.version}</version>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
index 7c2bf8f95f0d931f4ad5d404f309fa6091f757b9..0e4eed43752d1490f17b451b0e50bdb752a353fc 100644 (file)
@@ -71,24 +71,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencies>
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>
index 1bcc9946df7261ef188e30fa72cf8e8b0187fc6b..80f08f782725fdb7cbcd1950c843f3ee27671956 100644 (file)
@@ -65,15 +65,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>iana-if-type-2014-05-08</artifactId>
     </dependency>
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
index f3ffb1215837fc3eab59c296445681e0a6bba346..c4498f5cc8322e33afc263a6c254aa7757948abe 100644 (file)
@@ -114,13 +114,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencies>
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
index fde2a0b4735563ea6c809f8446f75abb3b07970c..fd0ae9d554f0317f3f37627acb3c94508d4f1b34 100644 (file)
@@ -79,6 +79,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <configuration>
+          <failOnError>true</failOnError>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>
index cb72421696aabf8afd56414a890ce403415ee431..900aaa6f4e81e50c29bbda43ad756b164388c364 100644 (file)
@@ -85,13 +85,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>
index 202e7225914cba01170ccc3894a0e3ed9b1919cd..af6696190c17758e61852c40a80e2482455dea55 100644 (file)
@@ -48,13 +48,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                     </instructions>
                 </configuration>
             </plugin>
-            <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>findbugs-maven-plugin</artifactId>
-              <configuration>
-                <failOnError>true</failOnError>
-              </configuration>
-            </plugin>
         </plugins>
     </build>
 </project>
index 3d6652d3b31e70ca688e21d54c7eb1104278582a..65111709af57737e0a87410ee32554b3b2e6ea79 100644 (file)
@@ -43,13 +43,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencies>
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
index b8c7dc0aad1114c9922142bdf8b0a96a3041ebc9..597e10dc558d4f188664c2847bff38b0e3b8cbf5 100644 (file)
@@ -38,13 +38,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencies>
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
index 5b73a292cf156002da2a356db7ef4db6d0503b34..0ce962025de6d34153902c091b0599be97262d98 100644 (file)
@@ -93,13 +93,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>
index 88b103fbeb0f2b81c5bc15b7ed757902a980143b..de271f92167656b0bea12250dce835c5e8ea5ef2 100644 (file)
@@ -41,16 +41,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${genius.version}</version>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>true</failOnError>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>
index b0334d1e4e783fdc3bb40ac0a753991e407425b1..b10cb489c50a2249f8f2e946ed714d81622e083d 100644 (file)
@@ -70,16 +70,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <version>${openflowplugin.version}</version>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
index 2979313c1cefb2228012fa4d1020106fea1191cf..b4863560cac4c9f81054862870e31fc3905ed61d 100644 (file)
@@ -157,13 +157,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
index 1e6cfdce0979844dee6ba5d76ce5eb0e34721394..a68948228000752c1c6b406c5e5a54ae34f0d37e 100644 (file)
@@ -41,15 +41,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>org.apache.karaf.shell.console</artifactId>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>true</failOnError>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>
index 33d0beaea4fec1bf4ed805ad1074bc15d2154197..130e4ef1635e36f22988aebb559d860cb61ca50b 100644 (file)
@@ -160,13 +160,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <!--Build Dependencies-->
   <build>
     <plugins>
-    <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-           <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
index aef986cbe6883cd28946a5573df857a7a9756a0e..0a2684f25fdf6e3fc0628cfae55020f6a042d3d2 100644 (file)
@@ -66,13 +66,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>
index c05dd2b15a312dfcf13317c5c37177d999e7870c..d45c6ef1470a7e30b9913e026611be22872a4d98 100644 (file)
@@ -192,13 +192,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>
index bbcb21ac36a293d265e4bdd2ee839104c7b9db68..5b46b6dfbc0b1a790534543603b04e099a2f16d8 100644 (file)
@@ -119,13 +119,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>
index 69c70fd35e95e101dbdacc25834f63a1571dd903..ca0ec2acb74453ff38a85dd29e61a46bcb933f74 100644 (file)
@@ -121,16 +121,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
index 6e50dbfd65fd7598f683ec8cf1c954bcfd736be9..62371a5401071596a996e299a5dec4806f19cfa0 100644 (file)
@@ -34,17 +34,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>yang-common</artifactId>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
 </project>
index 55f3eb61b6aa67f4127460d5b8c572a489528fcc..93aa880bd8a4ad8e2e2e5e3507073afe5c580036 100644 (file)
@@ -62,13 +62,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>
index fc2bfc1c8f40a336029d58b0e5706e8ecc162396..32cfd78ca878c93b513715919e4a4ad03f859bed 100644 (file)
@@ -45,15 +45,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>org.apache.karaf.shell.console</artifactId>
    </dependency>
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>