Avoid producing controller artifacts 25/31125/1
authorStephen Kitt <skitt@redhat.com>
Thu, 10 Dec 2015 09:23:32 +0000 (10:23 +0100)
committerStephen Kitt <skitt@redhat.com>
Thu, 10 Dec 2015 09:24:39 +0000 (10:24 +0100)
Specify the groupId for artifacts inheriting from
org.opendaylight.controller:config-parent to avoid producing
controller artifacts.

Change-Id: Ic1f8ccbbcc109f9e538d01c6494c33d020b5fe9d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
utils/config/pom.xml
utils/mdsal-node/pom.xml
utils/mdsal-openflow/pom.xml
utils/servicehelper/pom.xml

index f51af1e2a479f5d50cb5e79c935b0247716150fc..8e414710ba9d4377a69b99f0f8624443f9025734 100644 (file)
@@ -18,6 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <relativePath/>
   </parent>
 
+  <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>utils.config</artifactId>
   <name>${project.artifactId}</name>
   <version>1.2.1-SNAPSHOT</version>
index a61b1880509de429757f780f93285279d4031e9c..f8d3347da881aba1bc5d49dd9170a97560c39c07 100644 (file)
@@ -18,6 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <relativePath/>
   </parent>
 
+  <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>utils.mdsal-node</artifactId>
   <name>${project.artifactId}</name>
   <version>1.2.1-SNAPSHOT</version>
index 652046c1af07a68ef96ffad93f9d9e09306fee44..430acd0a5da4125f728eb2cf16d608d8b0aaad2d 100644 (file)
@@ -18,6 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <relativePath/>
   </parent>
 
+  <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>utils.mdsal-openflow</artifactId>
   <name>${project.artifactId}</name>
   <version>1.2.1-SNAPSHOT</version>
index 17c7422b161cf5a44400dec97f7bd66d9f1d779e..fba5f0902d7711c1a888e0a4e5c3a8b0e8d0d920 100644 (file)
@@ -18,6 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <relativePath/>
   </parent>
 
+  <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>utils.servicehelper</artifactId>
   <version>1.2.1-SNAPSHOT</version>
   <packaging>bundle</packaging>