2009-04-28 05:59:49 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
2010-01-01 12:56:29 -05:00
|
|
|
Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
2010-01-01 12:56:29 -05:00
|
|
|
====================================================================
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
====================================================================
|
|
|
|
|
|
|
|
-->
|
2009-04-28 05:59:49 -04:00
|
|
|
|
2009-06-30 13:17:16 -04:00
|
|
|
<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">
|
2009-04-28 05:59:49 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.jclouds</groupId>
|
2009-04-28 06:07:39 -04:00
|
|
|
<artifactId>jclouds-project</artifactId>
|
2010-02-05 00:30:22 -05:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2009-04-28 05:59:49 -04:00
|
|
|
<packaging>pom</packaging>
|
2009-05-10 21:09:41 -04:00
|
|
|
<name>jclouds Project</name>
|
|
|
|
<url>http://www.jclouds.org</url>
|
|
|
|
<description>jclouds: Concurrent API for Cloud Services</description>
|
2009-04-28 05:59:49 -04:00
|
|
|
<inceptionYear>2009</inceptionYear>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>Apache License</name>
|
|
|
|
<url>LICENSE.txt</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<organization>
|
|
|
|
<name>jclouds</name>
|
|
|
|
<url>http://www.jclouds.org/</url>
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<system>Google Code</system>
|
|
|
|
<url>http://code.google.com/p/jclouds/issues</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Contributors</name>
|
2009-11-12 06:35:52 -05:00
|
|
|
<subscribe>http://groups.google.com/group/jclouds-contributors</subscribe>
|
|
|
|
<unsubscribe>http://groups.google.com/group/jclouds-contributors</unsubscribe>
|
2009-04-28 05:59:49 -04:00
|
|
|
<post>jclouds-contributors@googlegroups.com</post>
|
2009-11-12 06:35:52 -05:00
|
|
|
<archive>http://groups.google.com/group/jclouds-contributors</archive>
|
2009-04-28 05:59:49 -04:00
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>SVN Commits</name>
|
2009-11-12 06:35:52 -05:00
|
|
|
<subscribe>http://groups.google.com/group/jclouds-commits</subscribe>
|
|
|
|
<unsubscribe>http://groups.google.com/group/jclouds-commits</unsubscribe>
|
2009-04-28 05:59:49 -04:00
|
|
|
<post>jclouds-commits@googlegroups.com</post>
|
|
|
|
<archive>http://groups.google.com/group/jclouds-commits</archive>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
|
|
|
|
<scm>
|
2009-06-30 13:53:59 -04:00
|
|
|
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk</connection>
|
|
|
|
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk</developerConnection>
|
|
|
|
<url>http://jclouds.googlecode.com/svn/trunk</url>
|
2009-04-28 05:59:49 -04:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
<repositories>
|
2010-07-03 05:57:13 -04:00
|
|
|
<repository>
|
|
|
|
<id>repo2</id>
|
|
|
|
<url>http://repo2.maven.org/maven2</url>
|
2010-08-09 16:56:43 -04:00
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
2010-07-03 05:57:13 -04:00
|
|
|
</repository>
|
2009-04-28 05:59:49 -04:00
|
|
|
<repository>
|
2010-03-30 04:11:13 -04:00
|
|
|
<id>jclouds-googlecode-deploy</id>
|
2009-05-10 11:12:45 -04:00
|
|
|
<url>http://jclouds.googlecode.com/svn/repo</url>
|
2010-08-09 16:56:43 -04:00
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
2009-04-28 05:59:49 -04:00
|
|
|
</repository>
|
2009-11-23 11:18:47 -05:00
|
|
|
<repository>
|
2010-03-30 04:11:13 -04:00
|
|
|
<id>jclouds-rimu-snapshots-nexus</id>
|
|
|
|
<url>http://jclouds.rimuhosting.com:8081/nexus/content/repositories/snapshots</url>
|
2009-11-23 11:18:47 -05:00
|
|
|
<snapshots>
|
2010-03-30 04:11:13 -04:00
|
|
|
<enabled>true</enabled>
|
2009-11-23 11:18:47 -05:00
|
|
|
</snapshots>
|
|
|
|
</repository>
|
2009-07-13 06:42:05 -04:00
|
|
|
<repository>
|
|
|
|
<id>jboss</id>
|
|
|
|
<url>http://repository.jboss.org/maven2/</url>
|
2010-08-09 16:56:43 -04:00
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
2009-07-13 06:42:05 -04:00
|
|
|
</repository>
|
2009-11-11 03:30:32 -05:00
|
|
|
<repository>
|
|
|
|
<id>googlecode.java-xmlbuilder</id>
|
|
|
|
<url>http://java-xmlbuilder.googlecode.com/svn/repo</url>
|
2010-08-09 16:56:43 -04:00
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
2009-11-11 03:30:32 -05:00
|
|
|
</repository>
|
2010-03-19 06:32:14 -04:00
|
|
|
<repository>
|
2010-03-04 16:57:07 -05:00
|
|
|
<id>clojure</id>
|
|
|
|
<url>http://build.clojure.org/releases</url>
|
2010-08-09 16:56:43 -04:00
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
2010-03-19 06:32:14 -04:00
|
|
|
</repository>
|
2010-06-01 06:13:27 -04:00
|
|
|
<repository>
|
|
|
|
<id>clojars.org</id>
|
|
|
|
<url>http://clojars.org/repo</url>
|
2010-08-09 16:56:43 -04:00
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
2010-06-01 06:13:27 -04:00
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>sonatype-github-releases</id>
|
|
|
|
<url>http://oss.sonatype.org/content/repositories/github-releases</url>
|
2010-08-09 16:56:43 -04:00
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
2010-06-01 06:13:27 -04:00
|
|
|
</repository>
|
2009-04-28 05:59:49 -04:00
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<distributionManagement>
|
2009-05-20 18:31:18 -04:00
|
|
|
<repository>
|
|
|
|
<id>jclouds-googlecode-deploy</id>
|
2010-03-26 04:56:45 -04:00
|
|
|
<url>dav:https://jclouds.googlecode.com/svn/repo</url>
|
|
|
|
<uniqueVersion>false</uniqueVersion>
|
2009-04-28 05:59:49 -04:00
|
|
|
</repository>
|
2010-03-24 05:24:02 -04:00
|
|
|
<snapshotRepository>
|
|
|
|
<id>jclouds-rimu-snapshots-nexus</id>
|
|
|
|
<url>http://jclouds.rimuhosting.com:8081/nexus/content/repositories/snapshots</url>
|
|
|
|
</snapshotRepository>
|
2009-04-28 05:59:49 -04:00
|
|
|
<site>
|
|
|
|
<id>website</id>
|
|
|
|
<name>website</name>
|
|
|
|
<url>file://${basedir}/target/dist/site/jclouds-testing/</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>central</id>
|
|
|
|
<url>http://repo1.maven.org/maven2</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
2009-06-05 06:20:26 -04:00
|
|
|
<pluginRepository>
|
2010-03-30 04:11:13 -04:00
|
|
|
<id>jclouds-googlecode-deploy</id>
|
2009-06-05 06:20:26 -04:00
|
|
|
<url>http://jclouds.googlecode.com/svn/repo</url>
|
|
|
|
</pluginRepository>
|
2009-04-28 05:59:49 -04:00
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Adrian Cole</name>
|
|
|
|
<id>ferncam1</id>
|
2010-03-20 09:22:33 -04:00
|
|
|
<email>adrian -at- jclouds -dot- org</email>
|
2009-04-28 05:59:49 -04:00
|
|
|
<organization>jclouds</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
<role>PMC</role>
|
|
|
|
</roles>
|
|
|
|
<url>http://www.jclouds.org</url>
|
2010-03-19 06:32:14 -04:00
|
|
|
<timezone>-8</timezone>
|
2009-04-28 05:59:49 -04:00
|
|
|
</developer>
|
2009-11-12 06:35:52 -05:00
|
|
|
<developer>
|
2010-03-19 06:32:14 -04:00
|
|
|
<name>Hugo Duncan</name>
|
|
|
|
<id>hugoduncan</id>
|
2010-03-20 09:22:33 -04:00
|
|
|
<email>tabcdef -at- hugoduncan -dot- org</email>
|
2009-11-12 06:35:52 -05:00
|
|
|
<roles>
|
2010-03-19 06:32:14 -04:00
|
|
|
<role>Clojure Developer</role>
|
2009-11-12 06:35:52 -05:00
|
|
|
</roles>
|
2010-03-19 06:32:14 -04:00
|
|
|
<timezone>-8</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Phil Hagelberg</name>
|
|
|
|
<id>technomancy</id>
|
2010-03-20 09:22:33 -04:00
|
|
|
<email>phil -at- technomancy -dot- us</email>
|
2010-03-19 06:32:14 -04:00
|
|
|
<roles>
|
|
|
|
<role>Clojure Developer</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
</developer>
|
2009-11-25 00:57:44 -05:00
|
|
|
<developer>
|
|
|
|
<name>Ivan Meredith</name>
|
|
|
|
<id>barefootnz</id>
|
2010-03-20 09:22:33 -04:00
|
|
|
<email>ivan -at- ivan -dot- net -dot- nz</email>
|
2009-11-25 00:57:44 -05:00
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>+13</timezone>
|
|
|
|
</developer>
|
2010-03-19 06:32:14 -04:00
|
|
|
<developer>
|
|
|
|
<name>Andrew Phillips</name>
|
|
|
|
<id>demobox</id>
|
2010-03-20 09:22:33 -04:00
|
|
|
<email>aphillips -at- qrmedia -dot- com</email>
|
2010-03-19 06:32:14 -04:00
|
|
|
<roles>
|
|
|
|
<role>Apprentice</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>+1</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Alex Yarmuda</name>
|
|
|
|
<id>alexstaytuned</id>
|
2010-03-20 09:22:33 -04:00
|
|
|
<email>oleksiy -dot- yarmula -at- gmail -dot- com</email>
|
2010-03-19 06:32:14 -04:00
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
</developer>
|
2010-04-27 17:26:18 -04:00
|
|
|
<developer>
|
|
|
|
<name>Chas Emerick</name>
|
|
|
|
<id>cemerick</id>
|
|
|
|
<email>cemerick -at- snowtide -dot- com</email>
|
|
|
|
<roles>
|
|
|
|
<role>Clojure Developer</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>-5</timezone>
|
|
|
|
</developer>
|
2009-04-28 05:59:49 -04:00
|
|
|
</developers>
|
|
|
|
|
|
|
|
<properties>
|
2009-12-03 05:24:06 -05:00
|
|
|
<sourceEncoding>UTF-8</sourceEncoding>
|
2009-11-11 01:29:38 -05:00
|
|
|
<maven.compile.source>1.6</maven.compile.source>
|
|
|
|
<maven.compile.target>1.6</maven.compile.target>
|
2009-04-28 05:59:49 -04:00
|
|
|
<maven.compile.optimize>true</maven.compile.optimize>
|
|
|
|
<maven.compile.deprecation>true</maven.compile.deprecation>
|
2010-03-26 04:56:45 -04:00
|
|
|
<http.proxyHost />
|
|
|
|
<http.proxyPort />
|
2009-10-05 12:23:33 -04:00
|
|
|
<jclouds.blobstore.httpstream.url>http://mirror.cloudera.com/apache/maven/binaries/apache-maven-2.2.1-bin.tar.bz2</jclouds.blobstore.httpstream.url>
|
|
|
|
<jclouds.blobstore.httpstream.md5>c581a15cb0001d9b771ad6df7c8156f8</jclouds.blobstore.httpstream.md5>
|
2009-10-10 17:55:18 -04:00
|
|
|
<jclouds.wire.httpstream.url>http://apache.opensourceresources.org/commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.wire.httpstream.url>
|
|
|
|
<jclouds.wire.httpstream.md5>e5de09672af9b386c30a311654d8541a</jclouds.wire.httpstream.md5>
|
2009-09-23 18:50:18 -04:00
|
|
|
<jclouds.test.listener>org.jclouds.test.testng.UnitTestStatusListener</jclouds.test.listener>
|
2010-01-29 02:01:20 -05:00
|
|
|
<jclouds.test.ssh.keyfile />
|
2009-04-28 05:59:49 -04:00
|
|
|
</properties>
|
|
|
|
|
2009-12-17 10:15:26 -05:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
<artifactId>jetty</artifactId>
|
|
|
|
<version>7.0.0pre3</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2009-04-28 05:59:49 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
<artifactId>testng</artifactId>
|
2009-08-09 18:22:41 -04:00
|
|
|
<version>5.10</version>
|
2009-04-28 05:59:49 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
<classifier>jdk15</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2009-05-20 18:31:18 -04:00
|
|
|
<groupId>org.easymock</groupId>
|
|
|
|
<artifactId>easymockclassextension</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
<scope>test</scope>
|
2009-04-28 05:59:49 -04:00
|
|
|
</dependency>
|
2010-03-20 19:39:11 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.clojure</groupId>
|
|
|
|
<artifactId>clojure</artifactId>
|
|
|
|
<version>1.1.0</version>
|
2010-04-27 17:26:18 -04:00
|
|
|
<optional>true</optional>
|
2010-03-20 19:39:11 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.clojure</groupId>
|
|
|
|
<artifactId>clojure-contrib</artifactId>
|
|
|
|
<version>1.1.0</version>
|
2010-04-27 17:26:18 -04:00
|
|
|
<optional>true</optional>
|
2010-03-20 19:39:11 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>swank-clojure</groupId>
|
|
|
|
<artifactId>swank-clojure</artifactId>
|
2010-05-26 21:52:57 -04:00
|
|
|
<version>1.2.1</version>
|
2010-03-20 19:39:11 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2009-04-28 05:59:49 -04:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
2010-03-20 19:39:11 -04:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/clojure</directory>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
<testResources>
|
|
|
|
<testResource>
|
|
|
|
<directory>src/test/clojure</directory>
|
|
|
|
</testResource>
|
|
|
|
<testResource>
|
|
|
|
<directory>src/test/resources</directory>
|
|
|
|
</testResource>
|
|
|
|
</testResources>
|
|
|
|
<plugins>
|
2010-08-09 16:56:43 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.theoryinpractise</groupId>
|
|
|
|
<artifactId>clojure-maven-plugin</artifactId>
|
|
|
|
<version>1.3.3</version>
|
|
|
|
<configuration>
|
|
|
|
<sourceDirectories>
|
|
|
|
<sourceDirectory>src/main/clojure</sourceDirectory>
|
|
|
|
</sourceDirectories>
|
|
|
|
<testSourceDirectories>
|
|
|
|
<testSourceDirectory>src/test/clojure</testSourceDirectory>
|
|
|
|
</testSourceDirectories>
|
|
|
|
<clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions>
|
|
|
|
<warnOnReflection>true</warnOnReflection>
|
|
|
|
<testDeclaredNamespaceOnly>false</testDeclaredNamespaceOnly>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>compile-clojure</id>
|
|
|
|
<phase>compile</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>compile</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>test-clojure</id>
|
|
|
|
<phase>test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>test</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2009-05-20 18:31:18 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>integration</id>
|
|
|
|
<phase>integration-test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>test</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2010-01-25 04:41:37 -05:00
|
|
|
<argLine>-Xmx512m -Xms256m -Xss128k</argLine>
|
2009-05-22 11:35:57 -04:00
|
|
|
<parallel>tests</parallel>
|
|
|
|
<threadCount>5</threadCount>
|
|
|
|
<!-- note that the groups/excluded groups don't work due to some problem
|
2009-05-20 18:31:18 -04:00
|
|
|
in surefire or testng. instead, we have to exclude via file path
|
|
|
|
<groups>integration</groups>
|
|
|
|
<excludedGroups>unit,performance,live</excludedGroups> -->
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/*LiveTest.java</exclude>
|
|
|
|
</excludes>
|
|
|
|
<includes>
|
|
|
|
<include>**/*IntegrationTest.java</include>
|
|
|
|
</includes>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
2009-05-22 11:35:57 -04:00
|
|
|
<parallel>methods</parallel>
|
|
|
|
<threadCount>5</threadCount>
|
2009-05-20 18:31:18 -04:00
|
|
|
<!-- note that the groups/excluded groups don't work due to some problem
|
|
|
|
in surefire or testng. instead, we have to exclude via file path
|
2009-05-22 11:35:57 -04:00
|
|
|
<groups>unit,performance</groups>
|
|
|
|
<excludedGroups>integration,live</excludedGroups> -->
|
2009-05-20 18:31:18 -04:00
|
|
|
<excludes>
|
|
|
|
<exclude>**/*IntegrationTest.java</exclude>
|
|
|
|
<exclude>**/*LiveTest.java</exclude>
|
|
|
|
</excludes>
|
2009-05-22 11:35:57 -04:00
|
|
|
<properties>
|
|
|
|
<property>
|
|
|
|
<name>listener</name>
|
2009-09-23 18:50:18 -04:00
|
|
|
<value>${jclouds.test.listener}</value>
|
2009-05-22 11:35:57 -04:00
|
|
|
</property>
|
|
|
|
</properties>
|
2009-09-23 20:28:01 -04:00
|
|
|
<systemProperties>
|
|
|
|
<property>
|
|
|
|
<name>jclouds.test.initializer</name>
|
|
|
|
<value>${jclouds.test.initializer}</value>
|
|
|
|
</property>
|
2009-10-10 17:55:18 -04:00
|
|
|
<property>
|
|
|
|
<name>jclouds.wire.httpstream.url</name>
|
|
|
|
<value>${jclouds.wire.httpstream.url}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>jclouds.wire.httpstream.md5</name>
|
|
|
|
<value>${jclouds.wire.httpstream.md5}</value>
|
|
|
|
</property>
|
2009-09-23 20:28:01 -04:00
|
|
|
<property>
|
|
|
|
<name>jclouds.blobstore.httpstream.url</name>
|
|
|
|
<value>${jclouds.blobstore.httpstream.url}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>jclouds.blobstore.httpstream.md5</name>
|
|
|
|
<value>${jclouds.blobstore.httpstream.md5}</value>
|
|
|
|
</property>
|
|
|
|
</systemProperties>
|
2009-05-20 18:31:18 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2009-12-24 14:50:37 -05:00
|
|
|
<!-- make sure we generate src jars too -->
|
2009-05-20 18:31:18 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2009-12-24 14:50:37 -05:00
|
|
|
<version>2.1.1</version>
|
2009-05-20 18:31:18 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
2009-12-24 14:50:37 -05:00
|
|
|
<goal>jar-no-fork</goal>
|
2009-05-20 18:31:18 -04:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>javadoc</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
2009-11-12 06:35:52 -05:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
2010-05-05 02:08:47 -04:00
|
|
|
<additionalJOption>-J-Xmx128m</additionalJOption>
|
2009-12-03 05:24:06 -05:00
|
|
|
<encoding>${sourceEncoding}</encoding>
|
2009-11-12 06:35:52 -05:00
|
|
|
<quiet>true</quiet>
|
|
|
|
<links>
|
2010-07-17 03:03:55 -04:00
|
|
|
<link>http://download.oracle.com/docs/cd/E17409_01/javase/6/docs/api/</link>
|
2009-11-12 06:35:52 -05:00
|
|
|
</links>
|
|
|
|
<footer><![CDATA[
|
2009-05-10 21:09:41 -04:00
|
|
|
<!-- Google Analytics -->
|
|
|
|
<script type='text/javascript'>
|
|
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
|
|
</script>
|
|
|
|
<script type='text/javascript'>
|
|
|
|
try {
|
|
|
|
var pageTracker = _gat._getTracker("UA-8638379-1");
|
|
|
|
pageTracker._trackPageview();
|
|
|
|
} catch(err) {}</script>
|
|
|
|
]]></footer>
|
2009-11-12 06:35:52 -05:00
|
|
|
</configuration>
|
2009-05-20 18:31:18 -04:00
|
|
|
</plugin>
|
2009-04-28 05:59:49 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-banned-dependencies</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<bannedDependencies>
|
|
|
|
<excludes>
|
2009-11-12 06:35:52 -05:00
|
|
|
<exclude>:maven-dependency-plugin</exclude>
|
2009-04-28 05:59:49 -04:00
|
|
|
</excludes>
|
|
|
|
</bannedDependencies>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2009-11-12 06:35:52 -05:00
|
|
|
<execution>
|
|
|
|
<id>enforce-java</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireJavaVersion>
|
|
|
|
<version>[1.6,)</version>
|
|
|
|
</requireJavaVersion>
|
|
|
|
<requireMavenVersion>
|
|
|
|
<version>[2.2.1,)</version>
|
|
|
|
</requireMavenVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2009-04-28 05:59:49 -04:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
2009-12-03 05:24:06 -05:00
|
|
|
<encoding>${sourceEncoding}</encoding>
|
2009-04-28 05:59:49 -04:00
|
|
|
<source>${maven.compile.source}</source>
|
|
|
|
<target>${maven.compile.target}</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2009-11-12 06:35:52 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<configuration>
|
2009-12-03 05:24:06 -05:00
|
|
|
<encoding>${sourceEncoding}</encoding>
|
2009-11-12 06:35:52 -05:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2009-04-28 05:59:49 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<executions>
|
2009-05-20 18:31:18 -04:00
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
2009-04-28 05:59:49 -04:00
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestEntries>
|
|
|
|
<Specification-Title>jclouds ${pom.name}</Specification-Title>
|
|
|
|
<Specification-Vendor>jclouds</Specification-Vendor>
|
|
|
|
<Implementation-Vendor>jclouds</Implementation-Vendor>
|
|
|
|
<Implementation-Vendor-Id>org.jclouds.aws.s3</Implementation-Vendor-Id>
|
|
|
|
<Implementation-Version>${pom.version}</Implementation-Version>
|
|
|
|
<X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK>
|
|
|
|
<X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2009-09-23 20:28:01 -04:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>live</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>integration</id>
|
|
|
|
<phase>integration-test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>test</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<!-- note that the groups/excluded groups don't work due to some problem
|
|
|
|
in surefire or testng. instead, we have to exclude via file path
|
|
|
|
<groups>live,integration</groups>
|
|
|
|
<excludedGroups>unit,performance</excludedGroups> -->
|
|
|
|
<excludes>
|
|
|
|
<exclude>none</exclude>
|
|
|
|
</excludes>
|
|
|
|
<includes>
|
|
|
|
<include>**/*IntegrationTest.java</include>
|
|
|
|
<include>**/*LiveTest.java</include>
|
|
|
|
</includes>
|
|
|
|
<systemProperties>
|
2010-01-13 16:05:23 -05:00
|
|
|
<!--
|
|
|
|
If you're behind a proxy, set this here
|
2010-01-13 22:30:32 -05:00
|
|
|
http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html
|
|
|
|
|
2010-01-13 16:05:23 -05:00
|
|
|
<property>
|
2010-01-13 22:30:32 -05:00
|
|
|
<name>https.proxyHost</name>
|
|
|
|
<value>proxy</value>
|
2010-01-13 16:05:23 -05:00
|
|
|
</property>
|
|
|
|
<property>
|
2010-01-13 22:30:32 -05:00
|
|
|
<name>https.proxyPort</name>
|
2010-01-13 16:05:23 -05:00
|
|
|
<value>port</value>
|
|
|
|
</property>
|
2010-01-13 22:30:32 -05:00
|
|
|
<property>
|
|
|
|
<name>https.noProxyHosts</name>
|
|
|
|
<value>localhost|10.150.4.49</value>
|
|
|
|
</property>
|
|
|
|
-->
|
2009-09-23 20:28:01 -04:00
|
|
|
<property>
|
|
|
|
<name>file.encoding</name>
|
2009-12-03 05:24:06 -05:00
|
|
|
<value>${sourceEncoding}</value>
|
2009-09-23 20:28:01 -04:00
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>jclouds.test.initializer</name>
|
|
|
|
<value>${jclouds.test.initializer}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
2010-07-08 06:46:34 -04:00
|
|
|
<name>jclouds.test.identity</name>
|
|
|
|
<value>${jclouds.test.identity}</value>
|
2009-09-23 20:28:01 -04:00
|
|
|
</property>
|
|
|
|
<property>
|
2010-07-08 06:46:34 -04:00
|
|
|
<name>jclouds.test.credential</name>
|
|
|
|
<value>${jclouds.test.credential}</value>
|
2009-09-23 20:28:01 -04:00
|
|
|
</property>
|
2009-09-27 14:57:08 -04:00
|
|
|
<property>
|
|
|
|
<name>jclouds.test.endpoint</name>
|
|
|
|
<value>${jclouds.test.endpoint}</value>
|
|
|
|
</property>
|
2009-09-23 20:28:01 -04:00
|
|
|
<property>
|
2009-10-12 02:10:15 -04:00
|
|
|
<name>jclouds.test.appname</name>
|
|
|
|
<value>${jclouds.test.appname}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>jclouds.test.appid</name>
|
|
|
|
<value>${jclouds.test.appid}</value>
|
2009-09-25 13:25:31 -04:00
|
|
|
</property>
|
2010-01-29 02:01:20 -05:00
|
|
|
<property>
|
|
|
|
<name>jclouds.test.ssh.keyfile</name>
|
|
|
|
<value>${jclouds.test.ssh.keyfile}</value>
|
|
|
|
</property>
|
2009-09-25 13:25:31 -04:00
|
|
|
<property>
|
2009-09-23 20:28:01 -04:00
|
|
|
<name>jclouds.blobstore.httpstream.url</name>
|
|
|
|
<value>${jclouds.blobstore.httpstream.url}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>jclouds.blobstore.httpstream.md5</name>
|
|
|
|
<value>${jclouds.blobstore.httpstream.md5}</value>
|
|
|
|
</property>
|
2009-10-10 17:55:18 -04:00
|
|
|
<property>
|
|
|
|
<name>jclouds.wire.httpstream.url</name>
|
|
|
|
<value>${jclouds.wire.httpstream.url}</value>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>jclouds.wire.httpstream.md5</name>
|
|
|
|
<value>${jclouds.wire.httpstream.md5}</value>
|
|
|
|
</property>
|
2009-09-23 20:28:01 -04:00
|
|
|
</systemProperties>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2009-12-24 14:50:37 -05:00
|
|
|
<profile>
|
|
|
|
<id>distribution</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2010-05-05 02:08:47 -04:00
|
|
|
<version>2.2-beta-5</version>
|
2009-12-24 14:50:37 -05:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>generate-distribution-files</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2010-02-05 00:30:22 -05:00
|
|
|
<!-- also default since 2.2-SNAPSHOT -->
|
2009-12-24 14:50:37 -05:00
|
|
|
<ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>src-descriptor.xml</descriptor>
|
|
|
|
<descriptor>jar-with-dependencies-descriptor.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>jclouds-assemblies</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2010-04-18 00:09:41 -04:00
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>clojure-1.2</id>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.clojure</groupId>
|
|
|
|
<artifactId>clojure</artifactId>
|
2010-08-09 16:56:43 -04:00
|
|
|
<version>1.2.0-RC2</version>
|
2010-04-27 17:26:18 -04:00
|
|
|
<optional>true</optional>
|
2010-04-18 00:09:41 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.clojure</groupId>
|
|
|
|
<artifactId>clojure-contrib</artifactId>
|
2010-08-09 16:56:43 -04:00
|
|
|
<version>1.2.0-RC2</version>
|
2010-04-27 17:26:18 -04:00
|
|
|
<optional>true</optional>
|
2010-04-18 00:09:41 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
2009-09-23 20:28:01 -04:00
|
|
|
</profiles>
|
2009-04-28 05:59:49 -04:00
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>cpd</report>
|
|
|
|
<report>findbugs</report>
|
|
|
|
<report>issue-tracking</report>
|
|
|
|
<report>mail-lists</report>
|
|
|
|
<report>pmd</report>
|
|
|
|
<report>rat-report</report>
|
|
|
|
<report>source-repository</report>
|
|
|
|
<report>surefire-report</report>
|
|
|
|
<report>maven-emma-plugin</report>
|
|
|
|
<report>team-list</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
2009-12-03 05:24:06 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.6.1</version>
|
|
|
|
<configuration>
|
|
|
|
<encoding>${sourceEncoding}</encoding>
|
|
|
|
<quiet>true</quiet>
|
|
|
|
</configuration>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<id>default</id>
|
|
|
|
<reports>
|
|
|
|
<report>aggregate</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
2009-04-28 05:59:49 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>emma-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>surefire-report-maven-plugin</artifactId>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>rat-maven-plugin</artifactId>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<targetJdk>${maven.compile.source}</targetJdk>
|
|
|
|
</configuration>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<xmlOutput>true</xmlOutput>
|
|
|
|
</configuration>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
</project>
|