BGPCEP-712: Enforce checkstyle under binding-parent
[bgpcep.git] / config-loader / config-loader-impl / pom.xml
index 564ecbc8b9705e4ec012b9f2f8e2c607172e3540..0e55a7bf3c76e2a1caf9393ceffce9ed8c6765be 100644 (file)
                     </execution>
                 </executions>
             </plugin>
-            <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>
         </plugins>
     </build>