Enable findbugs in commons binding-parent
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>
api/pom.xml
impl/pom.xml
shell/pom.xml

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>