Merge "Bug 8153: Enforce check-style rules for netconf - netconf-ssh"
[netconf.git] / netconf / netconf-util / pom.xml
index 6e8c024d15d44133d8700f77d62b915af650da29..9e30e953200fdcf6872aee20f659fb4ec9ec889a 100644 (file)
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
+        </configuration>
+      </plugin>
     </plugins>
   </build>