Add property skip.karaf.featureTest that can be used on the command line
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 84d7a010544259333ebab81248a366cf0668c5ae..9b61c38572c8131faa62f11fc429b33c8c16a325 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-aggregator</artifactId>
     <version>1.5.0-SNAPSHOT</version>
+    <name>odlparent</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
-    <prerequisites>
-        <maven>3.0.4</maven>
-    </prerequisites>
+
     <scm>
         <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
         <tag>HEAD</tag>
-        <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
+        <url>https://wiki.opendaylight.org/view/ODL_Root_Parent:Main</url>
     </scm>
 
     <modules>
         <module>bundle-parent</module>
+       <module>checkstyle</module>
         <module>features-parent</module>
         <module>features-test</module>
         <module>odlparent</module>
@@ -37,6 +37,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.8.2</version>
                 <configuration>
                     <skip>true</skip>
                 </configuration>