Revert "Add Karaf build profile" 65/70865/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 12 Apr 2018 17:08:29 +0000 (17:08 +0000)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 13 Apr 2018 14:32:23 +0000 (14:32 +0000)
This reverts commit f2d14686bf2ad4d8086974b2709676fde167b634.

Change-Id: Id1bab084e93493bfde7b5ed4060c5e4e2da90a3f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
hwvtepsouthbound/pom.xml
library/pom.xml
southbound/pom.xml

index e6b31a97f3bf08965c388c8f385181e37090c3f5..c2a72fcf4a6b6b7344dacf966a53f3226b5a119c 100644 (file)
@@ -25,24 +25,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modules>
     <module>hwvtepsouthbound-api</module>
     <module>hwvtepsouthbound-impl</module>
+    <module>hwvtepsouthbound-karaf</module>
     <module>hwvtepsouthbound-features</module>
     <module>hwvtepsouthbound-artifacts</module>
     <module>hwvtepsouthbound-it</module>
   </modules>
 
-  <profiles>
-    <profile>
-      <id>karaf</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-
-      <modules>
-        <module>hwvtepsouthbound-karaf</module>
-      </modules>
-    </profile>
-  </profiles>
-
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>
index 8d5bc3adcf5bb8bae2296f115936ff49eeaed463..fcb8e11fee7540f54e025261fc2b3a415c661299 100644 (file)
@@ -24,24 +24,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <packaging>pom</packaging>
   <modules>
     <module>impl</module>
+    <module>karaf</module>
     <module>features</module>
     <module>artifacts</module>
     <module>it</module>
   </modules>
 
-  <profiles>
-    <profile>
-      <id>karaf</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-
-      <modules>
-        <module>karaf</module>
-      </modules>
-    </profile>
-  </profiles>
-
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>
index 86d28295e0fa21cfdb473b69fe73ae23ea7cae61..00ca795e8b609fd2d4396d66ae4e770307a2b54c 100644 (file)
@@ -25,24 +25,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modules>
     <module>southbound-api</module>
     <module>southbound-impl</module>
+    <module>southbound-karaf</module>
     <module>southbound-features</module>
     <module>southbound-artifacts</module>
     <module>southbound-it</module>
   </modules>
 
-  <profiles>
-    <profile>
-      <id>karaf</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-
-      <modules>
-        <module>southbound-karaf</module>
-      </modules>
-    </profile>
-  </profiles>
-
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>