You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2017/04/19 07:30:07 UTC

[cloudstack] 01/03: CLOUDSTACK-9858: remove midonet plugin dependency on client packaging

This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 248cecd2be3ba63a8024292018638b5613211b50
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Tue Apr 18 19:48:24 2017 +0530

    CLOUDSTACK-9858: remove midonet plugin dependency on client packaging
    
    This fixes packaging/build regression from #2036
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 client/pom.xml | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/client/pom.xml b/client/pom.xml
index 89d647c..381cfcb 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -150,11 +150,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cloudstack</groupId>
-      <artifactId>cloud-plugin-network-midonet</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.cloudstack</groupId>
       <artifactId>cloud-plugin-network-ssp</artifactId>
       <version>${project.version}</version>
     </dependency>
@@ -1008,6 +1003,21 @@
       </dependencies>
     </profile>
     <profile>
+      <id>midonet</id>
+      <activation>
+        <property>
+          <name>midonet</name>
+        </property>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.cloudstack</groupId>
+          <artifactId>cloud-plugin-network-midonet</artifactId>
+          <version>${project.version}</version>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
       <id>srx</id>
       <activation>
         <property>

-- 
To stop receiving notification emails like this one, please contact
"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>.