Remove checkstyle config from child poms
[netconf.git] / netconf / callhome-protocol / pom.xml
index e0cb38e94422c3039abd232291d368898d988d61..10cd6ceb94bf0b8e3ba1e4ba3f64397bc3b6ac37 100644 (file)
       <scope>test</scope>
     </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>