Updated Branches: refs/heads/master 6fdd0eea1 -> 39ef9240e
CLOUDSTACK-3194 fix stratosphere ssp plugin packaging stratosphere-ssp plugin maven pom.xml has some bad settings and client pom.xml requred dependency for it. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/39ef9240 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/39ef9240 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/39ef9240 Branch: refs/heads/master Commit: 39ef9240e87234afc2d4ddb37beaa63fe3240e4a Parents: 6fdd0ee Author: Hiroaki KAWAI <[email protected]> Authored: Wed Jun 26 12:36:01 2013 +0900 Committer: Hiroaki KAWAI <[email protected]> Committed: Wed Jun 26 12:36:01 2013 +0900 ---------------------------------------------------------------------- client/pom.xml | 7 ++++++- plugins/network-elements/stratosphere-ssp/pom.xml | 2 -- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/39ef9240/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 24f51fb..ffa5ec7 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -90,7 +90,12 @@ <artifactId>cloud-plugin-network-midonet</artifactId> <version>${project.version}</version> </dependency> - <dependency> + <dependency> + <groupId>org.apache.cloudstack</groupId> + <artifactId>cloud-plugin-network-ssp</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-plugin-network-internallb</artifactId> <version>${project.version}</version> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/39ef9240/plugins/network-elements/stratosphere-ssp/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/stratosphere-ssp/pom.xml b/plugins/network-elements/stratosphere-ssp/pom.xml index a8d7ce5..cec1ff8 100644 --- a/plugins/network-elements/stratosphere-ssp/pom.xml +++ b/plugins/network-elements/stratosphere-ssp/pom.xml @@ -19,9 +19,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>jp.co.stratosphere.cloudstack</groupId> <artifactId>cloud-plugin-network-ssp</artifactId> - <packaging>jar</packaging> <name>Apache Cloudstack Plugin - Stratosphere SSP</name> <url>http://www.stratosphere.co.jp/</url> <parent>
