Karaf4 features and distribution
[integration/distribution.git] / distribution-karaf / pom.xml
index 5d65b86c5a564835546b1fe6d90eb8abf79fb25c..d92d7529d745871489ef60bfa21975f9a698354d 100644 (file)
@@ -7,7 +7,9 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
-    <!-- TODO: Rename to "distribution" or "karaf". -->
     <artifactId>distribution-karaf</artifactId>
     <version>0.6.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: integration :: ${project.artifactId}</name>
-    <description>The actual Karaf building sub-project.</description>
+    <description>The Karaf 3 archives building sub-project.</description>
     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
     <licenses>
         <license>
@@ -58,8 +59,8 @@
         </dependency>
         <!-- Integration index feature repository. -->
         <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>features-integration-index</artifactId>
-            <groupId>org.opendaylight.integration</groupId>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
@@ -76,8 +77,8 @@
         </dependency>
         <!-- Integration test feature repository. -->
         <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>features-integration-test</artifactId>
-            <groupId>org.opendaylight.integration</groupId>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>test</scope>