Release Carbon
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / pom.xml
index 2f0c96c278876e6e489cf556acc4bca98f3766f3..753058dc32c1e06b6f8ada02c511c57402b0fb3c 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.2-Carbon</version>
     <relativePath/>
   </parent>
 
@@ -84,9 +84,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
                   <goal>aggregate</goal>
                 </goals>
                 <phase>package</phase>
-            </execution>
+              </execution>
             </executions>
           </plugin>
+          <plugin>
+            <artifactId>maven-checkstyle-plugin</artifactId>
+            <configuration>
+              <failsOnError>true</failsOnError>
+            </configuration>
+          </plugin>
         </plugins>
       </build>
     </profile>