BGPCEP-712: Enforce checkstyle under binding-parent
[bgpcep.git] / bmp / bmp-parser-impl / pom.xml
index e4d04c1b91438876775589ea6ea8ff0a7a9eef64..c18d30378931703268ece90a7f16decc8a371585 100644 (file)
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>true</failOnError>
-                </configuration>
-            </plugin>
             <!-- test jar -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>