Remove unneeded checkstyle/spotbugs declarations
[mdsal.git] / binding / mdsal-binding-generator-api / pom.xml
index 41d04d3d898de242fb1191858c72b9c5fde829d9..b97c330a368a1b683c6f8d5a3b3d2a58851ddace 100644 (file)
             <artifactId>yang-binding</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>