Remove unneeded checkstyle/spotbugs declarations
[mdsal.git] / binding / mdsal-binding-spec-util / pom.xml
index d6a4344eac073ec1e4f59389295dfcad91b5b8c9..6cca129920965f2cea1ff00e16bfd7a9f510c742 100644 (file)
                     </instructions>
                 </configuration>
             </plugin>
-            <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>
     <scm>