Fix CS warnings in sal-cluster-admin and and enable enforcement
[controller.git] / opendaylight / md-sal / sal-cluster-admin / pom.xml
index e92961f20c9b1f1018978e7a198cd991d064f996..14ccea2972a60e508407218cfeccc8198f33e6c4 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>
 </project>