Remove unneeded checkstyle/spotbugs declarations
[mdsal.git] / common / mdsal-common-util / pom.xml
index 100f74c0c229ff583d769b660d004b4f27756d8e..97b355198923f92791bfbda4d2f912edd369021d 100644 (file)
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>