Remove unneeded checkstyle/spotbugs declarations
[mdsal.git] / binding / mdsal-binding-java-api-generator / pom.xml
index fe1e3107c039e8589783ff5e2a4ee55e138b4d79..ef1f5841ac5c0a25120ade38eacd8c01221a5348 100644 (file)
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 </project>