Remove checkstyle config from child poms
[netconf.git] / netconf / netconf-netty-util / pom.xml
index 6e0da46b0afaabc06c8c6f113a67f22a157320dd..d3dca9abdff528fa70cd93a9e8386e9dc1b08625 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>