Checkstyle compliant src/main|test/resources
[controller.git] / opendaylight / blueprint / pom.xml
index cfff875b8a29ada19d06b6c2c767fe2028758cdb..226a03774cd46497ed289d95c2f20515af7fd555 100644 (file)
@@ -4,7 +4,7 @@
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent</artifactId>
+    <artifactId>bundle-parent</artifactId>
     <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
           </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>