Remove unneeded spotbugs/checkstyle declarations
[yangtools.git] / yang / yang-model-validator / pom.xml
index cc39d69b6c72242652f1e1aa2d7bea76be87103c..337bdded04cbf6ae89c9edb68753c47cb4fe8d0c 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>
 
-
 </project>