Remove unneeded spotbugs/checkstyle declarations
[yangtools.git] / yang / yang-data-xpath-api / pom.xml
index d9e72e2ead749ee6f4dd94b9c30d20957d2f9bac..499f1aedb8ae0d73d0b4cbd247ec8c0935a0b53f 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>