Bug 8153: Enforce check-style rules for netconf - netconf-ssh
[netconf.git] / netconf / netconf-ssh / pom.xml
index 64caf33c6959481253324fa1e2b7b17761ae99b5..66f87fb69936f7d661035649f73e38275e02a168 100644 (file)
           <groupId>org.opendaylight.yangtools</groupId>
           <artifactId>yang-maven-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
+        </configuration>
+      </plugin>
     </plugins>
   </build>