Remove unneeded checkstyle/spotbugs declarations
[mdsal.git] / binding / mdsal-binding-test-model / pom.xml
index fbcd4b842ba4b622e87dd75b41eeade0eb9df706..d4a6cf98492b84984d707af77d187f21ea938019 100644 (file)
             <artifactId>yang-ext</artifactId>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <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>