Bug 8153: enforce check-style rules for netconf
[netconf.git] / netconf / netconf-auth / pom.xml
index 7733900f63be782e004ee58bee3f127e154dd7b7..9134e57235dec27a6b759189c3feeb0d5b09e05f 100644 (file)
     <version>1.3.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>