Remove checkstyle config from child poms
[netconf.git] / netconf / callhome-provider / pom.xml
index 389b91fe89c86a007e99bec61f1bd3cb6153c4c4..1a2934f66846c8530b915ee32f0692b0d5d4b7d7 100644 (file)
             <artifactId>mockito-core</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>
-        </plugins>
-    </build>
 </project>