Remove unneeded checkstyle/spotbugs declarations
[mdsal.git] / binding / mdsal-binding-generator-util / pom.xml
index 9b7f59012ea3b60ea3bb8f66b47434c3810a262a..7f372ac89b463001ce4c7fbdf128637db20cd3f1 100644 (file)
             <artifactId>yang-test-util</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>
-            <plugin>
-                <groupId>com.github.spotbugs</groupId>
-                <artifactId>spotbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>true</failOnError>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>