Remove unneeded checkstyle/spotbugs declarations
[mdsal.git] / binding / mdsal-binding-dom-adapter / pom.xml
index a93bd6acb2088566de60df3a292f47507cfcaead..5c015ea885b061ffe735d803c1dce8f557215a38 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>com.github.spotbugs</groupId>
-                <artifactId>spotbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>true</failOnError>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
     <scm>