Bump to odlparent 2.0.0
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / pom.xml
index b868d47c6c558e87f6a48dcf7ba332b2dc880edd..5f205c0eddd08f2608a64e026c8f084809aca0c7 100644 (file)
@@ -11,20 +11,16 @@ 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>2.0.0</version>
     <relativePath/>
   </parent>
 
   <groupId>${groupId}</groupId>
   <artifactId>${artifactId}-aggregator</artifactId>
   <version>${version}</version>
-  <name>${artifactId}</name>
+  <name>${artifactId}</name> <!-- DO NOT CHANGE - Used by Sonar to set project name -->
   <packaging>pom</packaging>
 
-  <prerequisites>
-    <maven>3.1.1</maven>
-  </prerequisites>
-
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/${artifactId}.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/${artifactId}.git</developerConnection>
@@ -88,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>