%s/tab/ws/

This commit is contained in:
olivier lamy 2012-08-25 00:03:23 +02:00
parent 9fb282b366
commit 5ef60aceb1
32 changed files with 1001 additions and 1001 deletions

View File

@ -17,52 +17,52 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-agent</artifactId> <artifactId>cloud-agent</artifactId>
<name>Apache CloudStack Agents</name> <name>Apache CloudStack Agents</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-core</artifactId> <artifactId>cloud-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mortbay.jetty</groupId> <groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId> <artifactId>jetty</artifactId>
<version>6.1.26</version> <version>6.1.26</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-utils</artifactId> <artifactId>cloud-utils</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory> <testSourceDirectory>test</testSourceDirectory>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.2</version> <version>2.2</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>test-jar</goal> <goal>test-jar</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>

View File

@ -17,30 +17,30 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-api</artifactId> <artifactId>cloud-api</artifactId>
<name>Apache CloudStack API</name> <name>Apache CloudStack API</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-utils</artifactId> <artifactId>cloud-utils</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>${cs.gson.version}</version> <version>${cs.gson.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
</build> </build>
</project> </project>

View File

@ -17,99 +17,99 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-awsapi</artifactId> <artifactId>cloud-awsapi</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<name>Apache CloudStack AWS API Bridge</name> <name>Apache CloudStack AWS API Bridge</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.axis2</groupId> <groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId> <artifactId>axis2</artifactId>
<version>${cs.axis2.version}</version> <version>${cs.axis2.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.ws.commons.axiom</groupId> <groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-api</artifactId> <artifactId>axiom-api</artifactId>
<version>${cs.axiom.version}</version> <version>${cs.axiom.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId> <artifactId>hibernate-core</artifactId>
<version>${cs.hibernate.version}</version> <version>${cs.hibernate.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId> <artifactId>hibernate-annotations</artifactId>
<version>${cs.hibernate.version}</version> <version>${cs.hibernate.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId> <artifactId>hibernate-entitymanager</artifactId>
<version>${cs.hibernate.version}</version> <version>${cs.hibernate.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>${cs.log4j.version}</version> <version>${cs.log4j.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.neethi</groupId> <groupId>org.apache.neethi</groupId>
<artifactId>neethi</artifactId> <artifactId>neethi</artifactId>
<version>${cs.neethi.version}</version> <version>${cs.neethi.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>${cs.gson.version}</version> <version>${cs.gson.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
<version>${cs.codec.version}</version> <version>${cs.codec.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
<version>${cs.servlet.version}</version> <version>${cs.servlet.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.googlecode.json-simple</groupId> <groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId> <artifactId>json-simple</artifactId>
<version>1.1</version> <version>1.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jasypt</groupId> <groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId> <artifactId>jasypt</artifactId>
<version>${cs.jasypt.version}</version> <version>${cs.jasypt.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<!-- <!--
<testSourceDirectory>test</testSourceDirectory> <testSourceDirectory>test</testSourceDirectory>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.2</version> <version>2.2</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>test-jar</goal> <goal>test-jar</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
--> -->
</build> </build>
</project> </project>

View File

@ -17,35 +17,35 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-console-proxy</artifactId> <artifactId>cloud-console-proxy</artifactId>
<name>Apache CloudStack Console Proxy</name> <name>Apache CloudStack Console Proxy</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>${cs.log4j.version}</version> <version>${cs.log4j.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>${cs.gson.version}</version> <version>${cs.gson.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
<version>${cs.codec.version}</version> <version>${cs.codec.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
</build> </build>
</project> </project>

View File

@ -17,48 +17,48 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-core</artifactId> <artifactId>cloud-core</artifactId>
<name>Apache CloudStack Core</name> <name>Apache CloudStack Core</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-api</artifactId> <artifactId>cloud-api</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>xapi</artifactId> <artifactId>xapi</artifactId>
<version>${cs.xapi.version}</version> <version>${cs.xapi.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<groupId>junit</groupId> <groupId>junit</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-httpclient</groupId> <groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId> <artifactId>commons-httpclient</artifactId>
<version>${cs.httpclient.version}</version> <version>${cs.httpclient.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<!-- <testSourceDirectory>test</testSourceDirectory> --> <!-- <testSourceDirectory>test</testSourceDirectory> -->
</build> </build>
</project> </project>

View File

@ -17,27 +17,27 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
<artifactId>xapi</artifactId> <artifactId>xapi</artifactId>
<version>5.6.100-1-SNAPSHOT</version> <version>5.6.100-1-SNAPSHOT</version>
<name>XenSource XAPI</name> <name>XenSource XAPI</name>
<description>XenSource XAPI Java Bindings</description> <description>XenSource XAPI Java Bindings</description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.xmlrpc</groupId> <groupId>org.apache.xmlrpc</groupId>
<artifactId>xmlrpc-client</artifactId> <artifactId>xmlrpc-client</artifactId>
<version>${cs.xmlrpc.version}</version> <version>${cs.xmlrpc.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
</build> </build>
</project> </project>

View File

@ -17,70 +17,70 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloudstack</artifactId> <artifactId>cloudstack</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Apache CloudStack Parent</name> <name>Apache CloudStack Parent</name>
<description>Apache CloudStack Parent POM</description> <description>Apache CloudStack Parent POM</description>
<properties> <properties>
<cs.log4j.version>1.2.16</cs.log4j.version> <cs.log4j.version>1.2.16</cs.log4j.version>
<cs.log4j.extras.version>1.1</cs.log4j.extras.version> <cs.log4j.extras.version>1.1</cs.log4j.extras.version>
<cs.cglib.version>2.2.2</cs.cglib.version> <cs.cglib.version>2.2.2</cs.cglib.version>
<cs.dbcp.version>1.4</cs.dbcp.version> <cs.dbcp.version>1.4</cs.dbcp.version>
<cs.pool.version>1.6</cs.pool.version> <cs.pool.version>1.6</cs.pool.version>
<cs.codec.version>1.6</cs.codec.version> <cs.codec.version>1.6</cs.codec.version>
<cs.configuration.version>1.8</cs.configuration.version> <cs.configuration.version>1.8</cs.configuration.version>
<cs.ejb.version>3.0</cs.ejb.version> <cs.ejb.version>3.0</cs.ejb.version>
<cs.junit.version>4.10</cs.junit.version> <cs.junit.version>4.10</cs.junit.version>
<cs.bcprov.version>1.46</cs.bcprov.version> <cs.bcprov.version>1.46</cs.bcprov.version>
<cs.jsch.version>0.1.42</cs.jsch.version> <cs.jsch.version>0.1.42</cs.jsch.version>
<cs.jpa.version>1.0.0.Final</cs.jpa.version> <cs.jpa.version>1.0.0.Final</cs.jpa.version>
<cs.jasypt.version>1.9.0</cs.jasypt.version> <cs.jasypt.version>1.9.0</cs.jasypt.version>
<cs.trilead.version>build213-svnkit-1.3-patch</cs.trilead.version> <cs.trilead.version>build213-svnkit-1.3-patch</cs.trilead.version>
<cs.ehcache.version>1.5.0</cs.ehcache.version> <cs.ehcache.version>1.5.0</cs.ehcache.version>
<cs.gson.version>1.7.1</cs.gson.version> <cs.gson.version>1.7.1</cs.gson.version>
<cs.xapi.version>5.6.100-1-SNAPSHOT</cs.xapi.version> <cs.xapi.version>5.6.100-1-SNAPSHOT</cs.xapi.version>
<cs.httpclient.version>3.1</cs.httpclient.version> <cs.httpclient.version>3.1</cs.httpclient.version>
<cs.httpcore.version>4.0</cs.httpcore.version> <cs.httpcore.version>4.0</cs.httpcore.version>
<cs.mysql.version>5.1.12</cs.mysql.version> <cs.mysql.version>5.1.12</cs.mysql.version>
<cs.xstream.version>1.3.1</cs.xstream.version> <cs.xstream.version>1.3.1</cs.xstream.version>
<cs.xmlrpc.version>3.1.3</cs.xmlrpc.version> <cs.xmlrpc.version>3.1.3</cs.xmlrpc.version>
<cs.mail.version>1.4</cs.mail.version> <cs.mail.version>1.4</cs.mail.version>
<cs.axis.version>1.4</cs.axis.version> <cs.axis.version>1.4</cs.axis.version>
<cs.axis2.version>1.5.1</cs.axis2.version> <cs.axis2.version>1.5.1</cs.axis2.version>
<cs.axiom.version>1.2.8</cs.axiom.version> <cs.axiom.version>1.2.8</cs.axiom.version>
<cs.hibernate.version>3.5.1-Final</cs.hibernate.version> <cs.hibernate.version>3.5.1-Final</cs.hibernate.version>
<cs.neethi.version>2.0.4</cs.neethi.version> <cs.neethi.version>2.0.4</cs.neethi.version>
<cs.servlet.version>2.4</cs.servlet.version> <cs.servlet.version>2.4</cs.servlet.version>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</properties> </properties>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version> <version>2.0.2</version>
<configuration> <configuration>
<source>${cs.jdk.version}</source> <source>${cs.jdk.version}</source>
<target>${cs.jdk.version}</target> <target>${cs.jdk.version}</target>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>${cs.junit.version}</version> <version>${cs.junit.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-planner-user-concentrated-pod</artifactId> <artifactId>cloud-plugin-planner-user-concentrated-pod</artifactId>
<name>Apache CloudStack Plugin - User Concentrated Pod Deployment Planner</name> <name>Apache CloudStack Plugin - User Concentrated Pod Deployment Planner</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-planner-user-dispersing</artifactId> <artifactId>cloud-plugin-planner-user-dispersing</artifactId>
<name>Apache CloudStack Plugin - User Dispersing Deployment Planner</name> <name>Apache CloudStack Plugin - User Dispersing Deployment Planner</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,21 +17,21 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-netapp</artifactId> <artifactId>cloud-plugin-netapp</artifactId>
<name>Apache CloudStack Plugin - NetApp File System</name> <name>Apache CloudStack Plugin - NetApp File System</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud.com.netapp</groupId> <groupId>com.cloud.com.netapp</groupId>
<artifactId>manageontap</artifactId> <artifactId>manageontap</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-host-allocator-random</artifactId> <artifactId>cloud-plugin-host-allocator-random</artifactId>
<name>Apache CloudStack Plugin - Host Allocator Random</name> <name>Apache CloudStack Plugin - Host Allocator Random</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,26 +17,26 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-hypervisor-kvm</artifactId> <artifactId>cloud-plugin-hypervisor-kvm</artifactId>
<name>Apache CloudStack Plugin - Hypervisor KVM</name> <name>Apache CloudStack Plugin - Hypervisor KVM</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-agent</artifactId> <artifactId>cloud-agent</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.libvirt</groupId> <groupId>org.libvirt</groupId>
<artifactId>libvirt</artifactId> <artifactId>libvirt</artifactId>
<version>0.4.8</version> <version>0.4.8</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-hypervisor-ovm</artifactId> <artifactId>cloud-plugin-hypervisor-ovm</artifactId>
<name>Apache CloudStack Plugin - Hypervisor OracleVM</name> <name>Apache CloudStack Plugin - Hypervisor OracleVM</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,21 +17,21 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-hypervisor-vmware</artifactId> <artifactId>cloud-plugin-hypervisor-vmware</artifactId>
<name>Apache CloudStack Plugin - Hypervisor VMware</name> <name>Apache CloudStack Plugin - Hypervisor VMware</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-vmware-base</artifactId> <artifactId>cloud-vmware-base</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -17,21 +17,21 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-hypervisor-xen</artifactId> <artifactId>cloud-plugin-hypervisor-xen</artifactId>
<name>Apache CloudStack Plugin - Hypervisor Xen</name> <name>Apache CloudStack Plugin - Hypervisor Xen</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-network-ovs</artifactId> <artifactId>cloud-plugin-network-ovs</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-network-elb</artifactId> <artifactId>cloud-plugin-network-elb</artifactId>
<name>Apache CloudStack Plugin - Network Elastic Load Balancer</name> <name>Apache CloudStack Plugin - Network Elastic Load Balancer</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,26 +17,26 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-network-f5</artifactId> <artifactId>cloud-plugin-network-f5</artifactId>
<name>Apache CloudStack Plugin - F5</name> <name>Apache CloudStack Plugin - F5</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud.com.f5</groupId> <groupId>com.cloud.com.f5</groupId>
<artifactId>icontrol</artifactId> <artifactId>icontrol</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.axis</groupId> <groupId>org.apache.axis</groupId>
<artifactId>axis</artifactId> <artifactId>axis</artifactId>
<version>${cs.axis.version}</version> <version>${cs.axis.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -17,26 +17,26 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-network-srx</artifactId> <artifactId>cloud-plugin-network-srx</artifactId>
<name>Apache CloudStack Plugin - Juniper SRX</name> <name>Apache CloudStack Plugin - Juniper SRX</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud.com.f5</groupId> <groupId>com.cloud.com.f5</groupId>
<artifactId>icontrol</artifactId> <artifactId>icontrol</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.axis</groupId> <groupId>org.apache.axis</groupId>
<artifactId>axis</artifactId> <artifactId>axis</artifactId>
<version>${cs.axis.version}</version> <version>${cs.axis.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-network-midonet</artifactId> <artifactId>cloud-plugin-network-midonet</artifactId>
<name>Apache CloudStack Plugin - Midokura Midonet</name> <name>Apache CloudStack Plugin - Midokura Midonet</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,26 +17,26 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-network-netscaler</artifactId> <artifactId>cloud-plugin-network-netscaler</artifactId>
<name>Apache CloudStack Plugin - Network Netscaler</name> <name>Apache CloudStack Plugin - Network Netscaler</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud.com.citrix</groupId> <groupId>com.cloud.com.citrix</groupId>
<artifactId>netscaler</artifactId> <artifactId>netscaler</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.cloud.com.citrix</groupId> <groupId>com.cloud.com.citrix</groupId>
<artifactId>netscaler-sdx</artifactId> <artifactId>netscaler-sdx</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-network-nvp</artifactId> <artifactId>cloud-plugin-network-nvp</artifactId>
<name>Apache CloudStack Plugin - Network Nicira NVP</name> <name>Apache CloudStack Plugin - Network Nicira NVP</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-network-ovs</artifactId> <artifactId>cloud-plugin-network-ovs</artifactId>
<name>Apache CloudStack Plugin - Open vSwitch</name> <name>Apache CloudStack Plugin - Open vSwitch</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,26 +17,26 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<name>Apache CloudStack Plugin POM</name> <name>Apache CloudStack Plugin POM</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-server</artifactId> <artifactId>cloud-server</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
</build> </build>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-storage-allocator-random</artifactId> <artifactId>cloud-plugin-storage-allocator-random</artifactId>
<name>Apache CloudStack Plugin - Storage Allocator Random</name> <name>Apache CloudStack Plugin - Storage Allocator Random</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-user-authenticator-ldap</artifactId> <artifactId>cloud-plugin-user-authenticator-ldap</artifactId>
<name>Apache CloudStack Plugin - User Authenticator LDAP</name> <name>Apache CloudStack Plugin - User Authenticator LDAP</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-user-authenticator-md5</artifactId> <artifactId>cloud-plugin-user-authenticator-md5</artifactId>
<name>Apache CloudStack Plugin - User Authenticator MD5</name> <name>Apache CloudStack Plugin - User Authenticator MD5</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

View File

@ -17,14 +17,14 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-plugin-user-authenticator-plaintext</artifactId> <artifactId>cloud-plugin-user-authenticator-plaintext</artifactId>
<name>Apache CloudStack Plugin - User Authenticator Plain Text</name> <name>Apache CloudStack Plugin - User Authenticator Plain Text</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-plugin-parent</artifactId> <artifactId>cloud-plugin-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath> <relativePath>../../parent/pom.xml</relativePath>
</parent> </parent>
</project> </project>

308
pom.xml
View File

@ -17,170 +17,170 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloudstack</artifactId> <artifactId>cloudstack</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Apache CloudStack</name> <name>Apache CloudStack</name>
<description>CloudStack is an IaaS (“Infrastracture as a Service”) cloud orchestration platform.</description> <description>CloudStack is an IaaS (“Infrastracture as a Service”) cloud orchestration platform.</description>
<url>http://www.cloudstack.org</url> <url>http://www.cloudstack.org</url>
<scm> <scm>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</connection> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</developerConnection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</developerConnection>
</scm> </scm>
<issueManagement> <issueManagement>
<system>jira</system> <system>jira</system>
<url>https://issues.apache.org/jira/browse/CLOUDSTACK</url> <url>https://issues.apache.org/jira/browse/CLOUDSTACK</url>
</issueManagement> </issueManagement>
<properties> <properties>
<cs.jdk.version>1.6</cs.jdk.version> <cs.jdk.version>1.6</cs.jdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>apache.releases.https</id> <id>apache.releases.https</id>
<name>Apache Release Distribution Repository</name> <name>Apache Release Distribution Repository</name>
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url> <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>apache.snapshots.https</id> <id>apache.snapshots.https</id>
<name>Apache Development Snapshot Repository</name> <name>Apache Development Snapshot Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots</url> <url>https://repository.apache.org/content/repositories/snapshots</url>
<!--uniqueVersion>false</uniqueVersion --> <!--uniqueVersion>false</uniqueVersion -->
</snapshotRepository> </snapshotRepository>
<site> <site>
<id>apache.cloudstack.site</id> <id>apache.cloudstack.site</id>
<url>${site.deploy.url}</url> <url>${site.deploy.url}</url>
</site> </site>
</distributionManagement> </distributionManagement>
<repositories> <repositories>
<repository> <repository>
<id>apache.snapshots</id> <id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots/</url> <url>http://repository.apache.org/snapshots/</url>
<name>Apache Snapshot Repo</name> <name>Apache Snapshot Repo</name>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>
<releases> <releases>
<enabled>false</enabled> <enabled>false</enabled>
</releases> </releases>
</repository> </repository>
</repositories> </repositories>
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
<id>apache.snapshots</id> <id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots/</url> <url>http://repository.apache.org/snapshots/</url>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>
<releases> <releases>
<enabled>false</enabled> <enabled>false</enabled>
</releases> </releases>
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>
<inceptionYear>2012</inceptionYear> <inceptionYear>2012</inceptionYear>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>Apache CloudStack User List</name> <name>Apache CloudStack User List</name>
<subscribe>cloudstack-users-subscribe@incubator.apache.org</subscribe> <subscribe>cloudstack-users-subscribe@incubator.apache.org</subscribe>
<unsubscribe>cloudstack-users-unsubscribe@incubator.apache.org</unsubscribe> <unsubscribe>cloudstack-users-unsubscribe@incubator.apache.org</unsubscribe>
<post>cloudstack-users@incubator.apache.org</post> <post>cloudstack-users@incubator.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</archive> <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</archive>
</mailingList> </mailingList>
<mailingList> <mailingList>
<name>Apache CloudStack Developer List</name> <name>Apache CloudStack Developer List</name>
<subscribe>cloudstack-dev-subscribe@incubator.apache.org</subscribe> <subscribe>cloudstack-dev-subscribe@incubator.apache.org</subscribe>
<unsubscribe>cloudstack-dev-unsubscribe@incubator.apache.org</unsubscribe> <unsubscribe>cloudstack-dev-unsubscribe@incubator.apache.org</unsubscribe>
<post>cloudstack-dev@incubator.apache.org</post> <post>cloudstack-dev@incubator.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</archive> <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</archive>
</mailingList> </mailingList>
<mailingList> <mailingList>
<name>Apache CloudStack Commits List</name> <name>Apache CloudStack Commits List</name>
<subscribe>cloudstack-commits-subscribe@incubator.apache.org</subscribe> <subscribe>cloudstack-commits-subscribe@incubator.apache.org</subscribe>
<unsubscribe>cloudstack-commits-unsubscribe@incubator.apache.org</unsubscribe> <unsubscribe>cloudstack-commits-unsubscribe@incubator.apache.org</unsubscribe>
<post>cloudstack-commits@incubator.apache.org</post> <post>cloudstack-commits@incubator.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</archive> <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</archive>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
<developers> <developers>
<developer> <developer>
<name>The Apache CloudStack Team</name> <name>The Apache CloudStack Team</name>
<email>cloudstack-dev@incubator.apache.org</email> <email>cloudstack-dev@incubator.apache.org</email>
<url>http://incubator.apache.org/projects/cloudstack.html</url> <url>http://incubator.apache.org/projects/cloudstack.html</url>
<organization>Apache Software Foundation</organization> <organization>Apache Software Foundation</organization>
<organizationUrl>http://apache.org/</organizationUrl> <organizationUrl>http://apache.org/</organizationUrl>
</developer> </developer>
</developers> </developers>
<ciManagement> <ciManagement>
<system>Jenkin</system> <system>Jenkin</system>
<url>http://jenkins.cloudstack.org/</url> <url>http://jenkins.cloudstack.org/</url>
</ciManagement> </ciManagement>
<licenses> <licenses>
<license> <license>
<name>The Apache Software License, Version 2.0</name> <name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution> <distribution>repo</distribution>
</license> </license>
</licenses> </licenses>
<organization> <organization>
<name>The Apache Software Foundation</name> <name>The Apache Software Foundation</name>
<url>http://www.apache.org/</url> <url>http://www.apache.org/</url>
</organization> </organization>
<modules> <modules>
<module>parent</module> <module>parent</module>
<module>api</module> <module>api</module>
<module>agent</module> <module>agent</module>
<module>console-proxy</module> <module>console-proxy</module>
<module>core</module> <module>core</module>
<module>server</module> <module>server</module>
<module>usage</module> <module>usage</module>
<module>utils</module> <module>utils</module>
<module>deps/XenServerJava</module> <module>deps/XenServerJava</module>
<module>vmware-base</module> <module>vmware-base</module>
<module>plugins</module> <module>plugins</module>
<module>awsapi</module> <module>awsapi</module>
</modules> </modules>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.rat</groupId> <groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId> <artifactId>apache-rat-plugin</artifactId>
<version>0.8</version> <version>0.8</version>
<configuration> <configuration>
<numUnapprovedLicenses>350</numUnapprovedLicenses> <numUnapprovedLicenses>350</numUnapprovedLicenses>
<excludeSubProjects>false</excludeSubProjects> <excludeSubProjects>false</excludeSubProjects>
<excludes> <excludes>
<exclude>.git/**</exclude> <exclude>.git/**</exclude>
<exclude>.gitignore</exclude> <exclude>.gitignore</exclude>
<exclude>velocity.log</exclude> <exclude>velocity.log</exclude>
<exclude>**/target/**</exclude> <exclude>**/target/**</exclude>
<exclude>distribution/**</exclude> <exclude>distribution/**</exclude>
<exclude>**/jaxb.index</exclude> <exclude>**/jaxb.index</exclude>
<exclude>**/META-INF/MANIFEST</exclude> <exclude>**/META-INF/MANIFEST</exclude>
<exclude>**/src/test/**/*.txt</exclude> <exclude>**/src/test/**/*.txt</exclude>
<exclude>**/.classpath</exclude> <exclude>**/.classpath</exclude>
<exclude>**/.settings/**/*</exclude> <exclude>**/.settings/**/*</exclude>
<exclude>**/.project</exclude> <exclude>**/.project</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
</build> </build>
</project> </project>

View File

@ -17,58 +17,58 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-server</artifactId> <artifactId>cloud-server</artifactId>
<name>Apache CloudStack Server</name> <name>Apache CloudStack Server</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-core</artifactId> <artifactId>cloud-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
<version>2.4</version> <version>2.4</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId> <artifactId>httpcore</artifactId>
<version>${cs.httpcore.version}</version> <version>${cs.httpcore.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
<version>${cs.mysql.version}</version> <version>${cs.mysql.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.thoughtworks.xstream</groupId> <groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId> <artifactId>xstream</artifactId>
<version>${cs.xstream.version}</version> <version>${cs.xstream.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.mail</groupId> <groupId>javax.mail</groupId>
<artifactId>mail</artifactId> <artifactId>mail</artifactId>
<version>${cs.mail.version}</version> <version>${cs.mail.version}</version>
</dependency> </dependency>
<!-- <dependency> <groupId>com.cloud</groupId> <artifactId>cloud-utils</artifactId> <!-- <dependency> <groupId>com.cloud</groupId> <artifactId>cloud-utils</artifactId>
<version>${project.version}</version> <classifier>tests</classifier> <scope>test</scope> <version>${project.version}</version> <classifier>tests</classifier> <scope>test</scope>
</dependency> <dependency> <groupId>com.cloud</groupId> <artifactId>cloud-agent</artifactId> </dependency> <dependency> <groupId>com.cloud</groupId> <artifactId>cloud-agent</artifactId>
<version>${project.version}</version> <classifier>tests</classifier> <scope>test</scope> <version>${project.version}</version> <classifier>tests</classifier> <scope>test</scope>
</dependency> --> </dependency> -->
</dependencies> </dependencies>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<!-- <testSourceDirectory>test</testSourceDirectory> --> <!-- <testSourceDirectory>test</testSourceDirectory> -->
</build> </build>
</project> </project>

View File

@ -17,25 +17,25 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-usage</artifactId> <artifactId>cloud-usage</artifactId>
<name>Apache CloudStack Usage Server</name> <name>Apache CloudStack Usage Server</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-server</artifactId> <artifactId>cloud-server</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
</build> </build>
</project> </project>

View File

@ -17,117 +17,117 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-utils</artifactId> <artifactId>cloud-utils</artifactId>
<name>Apache CloudStack Utils</name> <name>Apache CloudStack Utils</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>${cs.log4j.version}</version> <version>${cs.log4j.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>cglib</groupId> <groupId>cglib</groupId>
<artifactId>cglib</artifactId> <artifactId>cglib</artifactId>
<version>${cs.cglib.version}</version> <version>${cs.cglib.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-dbcp</groupId> <groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId> <artifactId>commons-dbcp</artifactId>
<version>${cs.dbcp.version}</version> <version>${cs.dbcp.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>commons-pool</artifactId> <artifactId>commons-pool</artifactId>
<groupId>commons-pool</groupId> <groupId>commons-pool</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sf.ehcache</groupId> <groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId> <artifactId>ehcache</artifactId>
<version>${cs.ehcache.version}</version> <version>${cs.ehcache.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-pool</groupId> <groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId> <artifactId>commons-pool</artifactId>
<version>${cs.pool.version}</version> <version>${cs.pool.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
<version>${cs.codec.version}</version> <version>${cs.codec.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId> <artifactId>bcprov-jdk16</artifactId>
<version>${cs.bcprov.version}</version> <version>${cs.bcprov.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.jcraft</groupId> <groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId> <artifactId>jsch</artifactId>
<version>${cs.jsch.version}</version> <version>${cs.jsch.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hibernate.javax.persistence</groupId> <groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId> <artifactId>hibernate-jpa-2.0-api</artifactId>
<version>${cs.jpa.version}</version> <version>${cs.jpa.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jasypt</groupId> <groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId> <artifactId>jasypt</artifactId>
<version>${cs.jasypt.version}</version> <version>${cs.jasypt.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.trilead</groupId> <groupId>com.trilead</groupId>
<artifactId>trilead-ssh2</artifactId> <artifactId>trilead-ssh2</artifactId>
<version>${cs.trilead.version}</version> <version>${cs.trilead.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
<artifactId>apache-log4j-extras</artifactId> <artifactId>apache-log4j-extras</artifactId>
<version>${cs.log4j.extras.version}</version> <version>${cs.log4j.extras.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<groupId>log4j</groupId> <groupId>log4j</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.ejb</groupId> <groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId> <artifactId>ejb-api</artifactId>
<version>${cs.ejb.version}</version> <version>${cs.ejb.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-configuration</groupId> <groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId> <artifactId>commons-configuration</artifactId>
<version>${cs.configuration.version}</version> <version>${cs.configuration.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory> <testSourceDirectory>test</testSourceDirectory>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.2</version> <version>2.2</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>test-jar</goal> <goal>test-jar</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>

View File

@ -17,55 +17,55 @@
under the License. under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>cloud-vmware-base</artifactId> <artifactId>cloud-vmware-base</artifactId>
<name>Apache CloudStack VMware Base</name> <name>Apache CloudStack VMware Base</name>
<parent> <parent>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-parent</artifactId> <artifactId>cloud-parent</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cloud</groupId> <groupId>com.cloud</groupId>
<artifactId>cloud-utils</artifactId> <artifactId>cloud-utils</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>${cs.gson.version}</version> <version>${cs.gson.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.cloud.com.vmware</groupId> <groupId>com.cloud.com.vmware</groupId>
<artifactId>vmware-vim</artifactId> <artifactId>vmware-vim</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.cloud.com.vmware</groupId> <groupId>com.cloud.com.vmware</groupId>
<artifactId>vmware-vim25</artifactId> <artifactId>vmware-vim25</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.cloud.com.vmware</groupId> <groupId>com.cloud.com.vmware</groupId>
<artifactId>vmware-apputils</artifactId> <artifactId>vmware-apputils</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.axis</groupId> <groupId>org.apache.axis</groupId>
<artifactId>axis</artifactId> <artifactId>axis</artifactId>
<version>${cs.axis.version}</version> <version>${cs.axis.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.axis</groupId> <groupId>org.apache.axis</groupId>
<artifactId>axis-jaxrpc</artifactId> <artifactId>axis-jaxrpc</artifactId>
<version>${cs.axis.version}</version> <version>${cs.axis.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
</build> </build>
</project> </project>