Remove checkstyle config from child poms
[netconf.git] / netconf / netconf-auth / pom.xml
index 9433264aa585610e5d5b0197aef976f272d35f5d..b2c0ae02c7aa9474856caa3f2389316a5bf93489 100644 (file)
     <version>1.5.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
-
-    <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>