Remove unneeded spotbugs/checkstyle declarations
[yangtools.git] / yang / rfc6241-parser-support / pom.xml
index 8f99b469fbae7bca47d0764c30f56aa95024928e..c7f0b8105abd44a7a64f5dfc0b98ceaf5189a2c3 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>