Remove checkstyle config from child poms
[netconf.git] / netconf / mdsal-netconf-connector / pom.xml
index 97ec648e1245603507e5b0cef5425574f63df333..34c07edc771f48bf6697f383cd4b1d4d6444e1d7 100644 (file)
       <artifactId>yang-data-codec-xml</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>