diff --git a/awsapi/pom.xml b/awsapi/pom.xml index f7db10addf2..5a6fd672d8f 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -343,4 +343,5 @@ + war diff --git a/client/pom.xml b/client/pom.xml index 3929894d560..0a138764419 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -213,4 +213,86 @@ + + + netapp + + + nonoss + + + + + org.apache.cloudstack + cloud-plugin-netapp + ${project.version} + + + + + f5 + + + nonoss + + + + + org.apache.cloudstack + cloud-plugin-network-f5 + ${project.version} + + + + + netscaler + + + nonoss + + + + + org.apache.cloudstack + cloud-plugin-network-netscaler + ${project.version} + + + + + srx + + + nonoss + + + + + org.apache.cloudstack + cloud-plugin-network-srx + ${project.version} + + + + + vmware + + + nonoss + + + + + org.apache.cloudstack + cloud-plugin-hypervisor-vmware + ${project.version} + + + org.apache.cloudstack + cloud-vmware-base + ${project.version} + + + + diff --git a/console-proxy/pom.xml b/console-proxy/pom.xml index b69725f1543..a7fd1e52546 100644 --- a/console-proxy/pom.xml +++ b/console-proxy/pom.xml @@ -137,7 +137,19 @@ - - - + + + + + + diff --git a/core/pom.xml b/core/pom.xml index 23bbee56dd4..ac45233d88d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -57,6 +57,6 @@ install src - + test diff --git a/plugins/pom.xml b/plugins/pom.xml index ffd1fe90d2f..dbdea24e17b 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -29,6 +29,7 @@ install src + test deployment-planners/user-concentrated-pod diff --git a/pom.xml b/pom.xml index 67efdc2232c..1c553d1557c 100644 --- a/pom.xml +++ b/pom.xml @@ -156,6 +156,7 @@ plugins awsapi patches + client test @@ -312,12 +313,7 @@ - - client - - client - - + deps @@ -330,6 +326,18 @@ developer + + vmware + + + nonoss + + + + vmware-base + + + diff --git a/server/pom.xml b/server/pom.xml index 4d38fb317a9..29922b62cb5 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -63,10 +63,34 @@ jstl ${cs.jstl.version} + + org.apache.cloudstack + cloud-utils + ${project.version} + tests + test + + install src - + test + + + test/resources + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + com/cloud/upgrade/* + + + + diff --git a/usage/pom.xml b/usage/pom.xml index 258bf847168..252e293b4e0 100644 --- a/usage/pom.xml +++ b/usage/pom.xml @@ -35,5 +35,6 @@ install src + test diff --git a/utils/pom.xml b/utils/pom.xml index 8309a6433c1..47e20eda59c 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -123,11 +123,26 @@ commons-configuration ${cs.configuration.version} + + + mysql + mysql-connector-java + 5.1.21 + test + install src test + + + test/resources + + + conf + + org.apache.maven.plugins @@ -140,6 +155,15 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + com/cloud/utils/testcase/*TestCase* + + + diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml index 1dabe83841e..32f9d3fb105 100644 --- a/vmware-base/pom.xml +++ b/vmware-base/pom.xml @@ -24,7 +24,7 @@ org.apache.cloudstack cloudstack - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT @@ -41,16 +41,19 @@ com.cloud.com.vmware vmware-vim 1.0 + provided com.cloud.com.vmware vmware-vim25 1.0 + provided com.cloud.com.vmware vmware-apputils 1.0 + provided org.apache.axis