Fix CS warnings in blueprint and enable enforcement
[controller.git] / opendaylight / blueprint / pom.xml
index a3db94db4165b6e26cdf23db4e218242a4b4b647..acc31fd588b52eadfb578de451afc659d12577b6 100644 (file)
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
+        </configuration>
+      </plugin>
     </plugins>
   </build>