Bug 8153: enforce check-style rules for netconf
[netconf.git] / netconf / tools / netconf-testtool / pom.xml
index c7223539fc9057a2a1bb25728641e83cbb89bfc7..464a6aa7d3b95d6b1eb8c303d028413204271b7e 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>