Checkstyle compliant src/main|test/resources
[controller.git] / opendaylight / blueprint / pom.xml
index 649fed5c6693c894ce7d1f48a36f0be27c641b5b..226a03774cd46497ed289d95c2f20515af7fd555 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>