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.
This commit is contained in:
Hiroaki KAWAI 2013-06-26 12:36:01 +09:00
parent 6fdd0eea1b
commit 39ef9240e8
2 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -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>