You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/07/21 11:05:50 UTC

git commit: updated refs/heads/master to 40d133d

Repository: cloudstack
Updated Branches:
  refs/heads/master 03de9cc33 -> 40d133dd7


NuageVSP is a noredist component


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/40d133dd
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/40d133dd
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/40d133dd

Branch: refs/heads/master
Commit: 40d133dd7358be1940edd8e2a776e035c230c226
Parents: 03de9cc
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Mon Jul 21 11:05:29 2014 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Mon Jul 21 11:05:29 2014 +0200

----------------------------------------------------------------------
 client/pom.xml | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/40d133dd/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 1621a05..d4ead21 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -106,11 +106,6 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.cloudstack</groupId>
-      <artifactId>cloud-plugin-network-vsp</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
   <groupId>org.apache.cloudstack</groupId>
       <artifactId>cloud-plugin-network-ovs</artifactId>
       <version>${project.version}</version>
@@ -1033,5 +1028,16 @@
         </dependency>
       </dependencies>
     </profile>
+    <profile>
+      <id>nuagevsp</id>
+      <activation>
+        <property>
+          <name>noredist</name>
+        </property>
+      </activation>
+      <modules>
+        <module>network-elements/nuage-vsp</module>
+      </modules>
+    </profile>
   </profiles>
 </project>