2009-04-28 05:59:49 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
2010-08-12 19:04:26 -04:00
|
|
|
Copyright (C) 2010 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>
|
2010-08-25 18:40:34 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.sonatype.oss</groupId>
|
|
|
|
<artifactId>oss-parent</artifactId>
|
|
|
|
<version>4</version>
|
|
|
|
</parent>
|
2009-04-28 05:59:49 -04:00
|
|
|
<groupId>org.jclouds</groupId>
|
2009-04-28 06:07:39 -04:00
|
|
|
<artifactId>jclouds-project</artifactId>
|
2011-06-05 03:17:43 -04:00
|
|
|
<version>1.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>
|
2011-04-14 21:07:16 -04:00
|
|
|
<url>../resources/LICENSE.txt</url>
|
2009-04-28 05:59:49 -04:00
|
|
|
</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>
|
2010-08-25 18:40:34 -04:00
|
|
|
<name>Repository 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>
|
2010-08-25 18:40:34 -04:00
|
|
|
<connection>scm:git:git://github.com/jclouds/jclouds.git</connection>
|
|
|
|
<developerConnection>scm:git:ssh://git@github.com/jclouds/jclouds.git</developerConnection>
|
|
|
|
<url>http://github.com/jclouds/jclouds</url>
|
2009-04-28 05:59:49 -04:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
<repositories>
|
2009-11-23 11:18:47 -05:00
|
|
|
<repository>
|
2011-02-16 18:34:59 -05:00
|
|
|
<id>sonatype-nexus-snapshots</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
2011-02-17 06:00:09 -05:00
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
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-04-28 05:59:49 -04:00
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<distributionManagement>
|
2010-09-20 15:55:19 -04:00
|
|
|
<repository>
|
|
|
|
<id>sonatype-nexus-staging</id>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
|
|
|
<uniqueVersion>false</uniqueVersion>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>sonatype-nexus-snapshots</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
2011-04-17 17:20:49 -04:00
|
|
|
</snapshotRepository>
|
2009-04-28 05:59:49 -04:00
|
|
|
<site>
|
2011-04-23 13:33:38 -04:00
|
|
|
<id>jclouds-googlecode-site</id>
|
2011-05-03 14:41:57 -04:00
|
|
|
<url>${maven.site.url.base}/${project.version}</url>
|
2009-04-28 05:59:49 -04:00
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
<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>
|
2010-08-19 11:59:23 -04:00
|
|
|
</developer>
|
2010-03-19 06:32:14 -04:00
|
|
|
<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>
|
2010-08-19 11:59:23 -04:00
|
|
|
</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>
|
2010-08-19 11:59:23 -04:00
|
|
|
</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>
|
2010-08-19 11:59:23 -04:00
|
|
|
</developer>
|
2010-03-19 06:32:14 -04:00
|
|
|
<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-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>
|
2011-05-03 14:41:57 -04:00
|
|
|
<maven.site.url.base>davs://jclouds.googlecode.com/svn/maven-sites</maven.site.url.base>
|
2010-03-26 04:56:45 -04:00
|
|
|
<http.proxyHost />
|
|
|
|
<http.proxyPort />
|
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>
|
2011-05-29 23:41:04 -04:00
|
|
|
<jclouds.blobstore.httpstream.url>${jclouds.wire.httpstream.url}</jclouds.blobstore.httpstream.url>
|
|
|
|
<jclouds.blobstore.httpstream.md5>${jclouds.wire.httpstream.md5}</jclouds.blobstore.httpstream.md5>
|
2009-09-23 18:50:18 -04:00
|
|
|
<jclouds.test.listener>org.jclouds.test.testng.UnitTestStatusListener</jclouds.test.listener>
|
2010-09-19 16:30:11 -04:00
|
|
|
<test.ssh.keyfile />
|
2009-04-28 05:59:49 -04:00
|
|
|
</properties>
|
|
|
|
|
2009-12-17 10:15:26 -05:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2011-04-09 06:18:42 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-security</artifactId>
|
|
|
|
<version>7.4.0.RC0</version>
|
2009-12-17 10:15:26 -05:00
|
|
|
</dependency>
|
2011-02-18 10:44:55 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.jcraft</groupId>
|
|
|
|
<artifactId>jsch</artifactId>
|
|
|
|
<version>0.1.44-1</version>
|
|
|
|
</dependency>
|
2009-12-17 10:15:26 -05:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2009-04-28 05:59:49 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
<artifactId>testng</artifactId>
|
2011-04-09 06:18:42 -04:00
|
|
|
<version>6.0.1</version>
|
2009-04-28 05:59:49 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</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>
|
2011-01-31 21:06:49 -05:00
|
|
|
<groupId>org.clojure</groupId>
|
|
|
|
<artifactId>clojure</artifactId>
|
|
|
|
<version>1.2.0</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.clojure</groupId>
|
|
|
|
<artifactId>clojure-contrib</artifactId>
|
|
|
|
<version>1.2.0</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2011-02-17 05:55:39 -05:00
|
|
|
<groupId>com.github.technomancy</groupId>
|
2011-01-31 21:06:49 -05:00
|
|
|
<artifactId>swank-clojure</artifactId>
|
|
|
|
<version>1.2.1</version>
|
|
|
|
<scope>test</scope>
|
2010-03-20 19:39:11 -04:00
|
|
|
</dependency>
|
2009-04-28 05:59:49 -04:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
2010-08-25 18:40:34 -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>
|
2011-04-04 20:04:13 -04:00
|
|
|
<clojureOptions>-Xms128m -Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m -Xss256k</clojureOptions>
|
2010-08-09 16:56:43 -04:00
|
|
|
<warnOnReflection>true</warnOnReflection>
|
2010-08-10 11:22:39 -04:00
|
|
|
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
|
2010-08-09 16:56:43 -04:00
|
|
|
<testDeclaredNamespaceOnly>false</testDeclaredNamespaceOnly>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<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>
|
2011-04-20 20:54:33 -04:00
|
|
|
<version>2.8.1</version>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.surefire</groupId>
|
|
|
|
<artifactId>surefire-testng</artifactId>
|
|
|
|
<version>2.8.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2009-05-20 18:31:18 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>integration</id>
|
|
|
|
<phase>integration-test</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>test</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2011-04-09 06:39:18 -04:00
|
|
|
<argLine>-Xmx512m -Xms256m -Djava.awt.headless=true -XX:MaxPermSize=256m -Xss256k</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>
|
2010-09-19 16:30:11 -04:00
|
|
|
<name>test.initializer</name>
|
|
|
|
<value>${test.initializer}</value>
|
2009-09-23 20:28:01 -04:00
|
|
|
</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>
|
2011-05-24 17:35:48 -04:00
|
|
|
<version>2.8</version>
|
2009-05-20 18:31:18 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>javadoc</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
2009-11-12 06:35:52 -05:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
2011-01-31 21:06:49 -05:00
|
|
|
<additionalJOption>-J-Xmx256m</additionalJOption>
|
2010-08-25 18:40:34 -04:00
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
2009-11-12 06:35:52 -05:00
|
|
|
<quiet>true</quiet>
|
|
|
|
<links>
|
2010-08-23 11:47:28 -04:00
|
|
|
<link>http://download.oracle.com/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>
|
2010-08-25 18:40:34 -04:00
|
|
|
<version>1.0-beta-1</version>
|
2009-04-28 05:59:49 -04:00
|
|
|
<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>
|
2010-08-19 11:59:23 -04:00
|
|
|
</execution>
|
2009-04-28 05:59:49 -04:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2010-08-25 18:40:34 -04:00
|
|
|
<version>2.3</version>
|
2009-04-28 05:59:49 -04:00
|
|
|
<configuration>
|
2010-08-25 18:40:34 -04:00
|
|
|
<encoding>${project.build.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>
|
2010-08-25 18:40:34 -04:00
|
|
|
<version>2.4.2</version>
|
2009-11-12 06:35:52 -05:00
|
|
|
<configuration>
|
2010-08-25 18:40:34 -04:00
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
2009-11-12 06:35:52 -05:00
|
|
|
</configuration>
|
2010-08-19 11:59:23 -04:00
|
|
|
</plugin>
|
2009-04-28 05:59:49 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
2010-08-25 18:40:34 -04:00
|
|
|
<version>2.3.1</version>
|
2009-04-28 05:59:49 -04:00
|
|
|
<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>
|
2010-08-25 18:40:34 -04:00
|
|
|
<Specification-Title>jclouds ${project.name}</Specification-Title>
|
2009-04-28 05:59:49 -04:00
|
|
|
<Specification-Vendor>jclouds</Specification-Vendor>
|
|
|
|
<Implementation-Vendor>jclouds</Implementation-Vendor>
|
|
|
|
<Implementation-Vendor-Id>org.jclouds.aws.s3</Implementation-Vendor-Id>
|
2010-08-25 18:40:34 -04:00
|
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
2009-04-28 05:59:49 -04:00
|
|
|
<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>
|
2011-04-14 21:07:16 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>process-remote-resources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>process</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<resourceBundles>
|
|
|
|
<resourceBundle>org.jclouds:jclouds-resources:${project.version}</resourceBundle>
|
|
|
|
</resourceBundles>
|
|
|
|
</configuration>
|
2011-04-15 14:19:34 -04:00
|
|
|
</execution>
|
2011-04-15 10:48:36 -04:00
|
|
|
</executions>
|
2011-04-14 21:07:16 -04:00
|
|
|
</plugin>
|
2009-04-28 05:59:49 -04:00
|
|
|
</plugins>
|
2010-08-25 18:40:34 -04:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
2011-04-23 13:33:38 -04:00
|
|
|
<configuration>
|
|
|
|
<stagingRepositoryId>${project.distributionManagement.site.id}</stagingRepositoryId>
|
|
|
|
<stagingSiteURL>${project.distributionManagement.site.url}</stagingSiteURL>
|
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-webdav-jackrabbit</artifactId>
|
2011-05-22 13:03:50 -04:00
|
|
|
<version>1.0-beta-8-WAGON-319.328</version>
|
2011-04-23 13:33:38 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2010-08-25 18:40:34 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
<version>2.3</version>
|
|
|
|
</plugin>
|
2010-11-09 19:47:17 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
</plugin>
|
2011-05-15 15:08:53 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<version>2.3.4</version>
|
|
|
|
<extensions>true</extensions>
|
2011-05-16 08:14:12 -04:00
|
|
|
<configuration>
|
|
|
|
<instructions>
|
|
|
|
<_nouses>true</_nouses>
|
2011-05-24 09:00:00 -04:00
|
|
|
</instructions>
|
|
|
|
</configuration>
|
2011-05-15 15:08:53 -04:00
|
|
|
</plugin>
|
2010-08-25 18:40:34 -04:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2009-04-28 05:59:49 -04:00
|
|
|
</build>
|
2009-09-23 20:28:01 -04:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>live</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2010-08-25 18:40:34 -04:00
|
|
|
<version>2.5</version>
|
2009-09-23 20:28:01 -04:00
|
|
|
<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-08-19 11:59:23 -04:00
|
|
|
<!--
|
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-08-19 11:59:23 -04:00
|
|
|
|
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>
|
2010-08-25 18:40:34 -04:00
|
|
|
<value>${project.build.sourceEncoding}</value>
|
2009-09-23 20:28:01 -04:00
|
|
|
</property>
|
|
|
|
<property>
|
2010-09-19 16:30:11 -04:00
|
|
|
<name>test.initializer</name>
|
|
|
|
<value>${test.initializer}</value>
|
2009-09-23 20:28:01 -04:00
|
|
|
</property>
|
|
|
|
<property>
|
2010-09-19 16:30:11 -04:00
|
|
|
<name>test.ssh.keyfile</name>
|
|
|
|
<value>${test.ssh.keyfile}</value>
|
2010-01-29 02:01:20 -05:00
|
|
|
</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 -->
|
2010-08-19 11:59:23 -04:00
|
|
|
<ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
|
2009-12-24 14:50:37 -05:00
|
|
|
<descriptors>
|
|
|
|
<descriptor>src-descriptor.xml</descriptor>
|
2011-01-31 21:06:49 -05:00
|
|
|
<descriptor>provided-dependencies-descriptor.xml</descriptor>
|
|
|
|
<descriptor>jar-with-dependencies-no-core-no-apis-descriptor.xml</descriptor>
|
2009-12-24 14:50:37 -05:00
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2011-01-31 21:06:49 -05:00
|
|
|
<groupId>org.jclouds</groupId>
|
2009-12-24 14:50:37 -05:00
|
|
|
<artifactId>jclouds-assemblies</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2010-08-19 11:59:23 -04:00
|
|
|
</dependencies>
|
2009-12-24 14:50:37 -05:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2010-04-18 00:09:41 -04:00
|
|
|
</profile>
|
2010-08-25 18:40:34 -04:00
|
|
|
<!-- modifies the plugin config inherited from oss-parent -->
|
|
|
|
<profile>
|
|
|
|
<id>sonatype-release-profile-extension</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>performRelease</name>
|
|
|
|
<value>true</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<executable>${gpg.command}</executable>
|
|
|
|
<passphrase>${gpg.passphrase}</passphrase>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>clojure-1.1</id>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.clojure</groupId>
|
|
|
|
<artifactId>clojure</artifactId>
|
|
|
|
<version>1.1.0</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.clojure</groupId>
|
|
|
|
<artifactId>clojure-contrib</artifactId>
|
|
|
|
<version>1.1.0</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
2011-05-24 09:09:16 -04:00
|
|
|
<profile>
|
|
|
|
<id>site</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<!-- disable the Maven enforcer plugin and prevent forking (unlike -Denforcer.skip) -->
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<version>1.0-beta-1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-banned-dependencies</id>
|
|
|
|
<phase>none</phase>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-java</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>none</phase>
|
|
|
|
</execution>
|
|
|
|
<!-- inherited from oss-parent -->
|
|
|
|
<execution>
|
|
|
|
<id>enforce-maven</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>none</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2011-04-15 09:00:41 -04:00
|
|
|
<profile>
|
|
|
|
<id>maven-2</id>
|
|
|
|
<activation>
|
|
|
|
<file>
|
|
|
|
<!-- only recognized by Maven 3.x (see MNG-2363) -->
|
|
|
|
<missing>${basedir}</missing>
|
|
|
|
</file>
|
|
|
|
</activation>
|
2011-04-23 13:33:38 -04:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2011-04-15 09:00:41 -04:00
|
|
|
<reporting>
|
|
|
|
<plugins>
|
2011-04-17 17:20:49 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
<configuration>
|
|
|
|
<inputEncoding>${project.build.sourceEncoding}</inputEncoding>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-04-15 09:00:41 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<version>2.1.2</version>
|
|
|
|
<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>team-list</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2011-05-24 17:35:48 -04:00
|
|
|
<version>2.8</version>
|
2011-04-15 09:00:41 -04:00
|
|
|
<configuration>
|
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
|
|
<quiet>true</quiet>
|
|
|
|
</configuration>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<id>default</id>
|
|
|
|
<reports>
|
2011-05-24 09:07:56 -04:00
|
|
|
<report>javadoc</report>
|
2011-04-15 09:00:41 -04:00
|
|
|
<report>aggregate</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonatype.maven.plugin</groupId>
|
|
|
|
<artifactId>emma-maven-plugin</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>rat-maven-plugin</artifactId>
|
|
|
|
<version>1.0-alpha-3</version>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
<configuration>
|
|
|
|
<targetJdk>${maven.compile.source}</targetJdk>
|
|
|
|
</configuration>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
<version>2.3.1</version>
|
|
|
|
<configuration>
|
|
|
|
<xmlOutput>true</xmlOutput>
|
|
|
|
</configuration>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>maven-3</id>
|
|
|
|
<activation>
|
|
|
|
<file>
|
|
|
|
<!-- only recognized by Maven 3.x (see MNG-2363) -->
|
|
|
|
<exists>${basedir}</exists>
|
|
|
|
</file>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
2011-05-03 14:41:57 -04:00
|
|
|
<version>3.0-beta-4-SNAPSHOT</version>
|
2011-04-15 09:00:41 -04:00
|
|
|
<configuration>
|
|
|
|
<reportPlugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<version>2.3.1</version>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>index</report>
|
|
|
|
<report>project-team</report>
|
|
|
|
<report>mailing-list</report>
|
|
|
|
<report>issue-tracking</report>
|
|
|
|
<report>license</report>
|
|
|
|
<report>scm</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2011-05-24 17:35:48 -04:00
|
|
|
<version>2.8</version>
|
2011-04-15 09:00:41 -04:00
|
|
|
<configuration>
|
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
|
|
<quiet>true</quiet>
|
2011-05-03 14:41:57 -04:00
|
|
|
<additionalJOption>-J-Xmx256m</additionalJOption>
|
2011-04-15 09:00:41 -04:00
|
|
|
</configuration>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<id>default</id>
|
|
|
|
<reports>
|
2011-05-24 09:07:56 -04:00
|
|
|
<report>javadoc</report>
|
2011-04-15 09:00:41 -04:00
|
|
|
<report>aggregate</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonatype.maven.plugin</groupId>
|
|
|
|
<artifactId>emma-maven-plugin</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
</plugin>
|
2011-04-17 17:20:49 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
<configuration>
|
|
|
|
<inputEncoding>${project.build.sourceEncoding}</inputEncoding>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-04-15 09:00:41 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
|
<version>2.8</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<version>0.7</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<configuration>
|
|
|
|
<targetJdk>${maven.compile.source}</targetJdk>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
<version>2.3.2</version>
|
|
|
|
<configuration>
|
|
|
|
<xmlOutput>true</xmlOutput>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</reportPlugins>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2011-04-15 14:19:34 -04:00
|
|
|
<profile>
|
|
|
|
<id>jclouds-project</id>
|
|
|
|
<activation>
|
|
|
|
<file>
|
|
|
|
<!-- only in the jclouds-project module -->
|
|
|
|
<exists>src/etc/header.txt</exists>
|
|
|
|
</file>
|
2011-05-03 14:41:57 -04:00
|
|
|
</activation>
|
|
|
|
|
|
|
|
<!-- Maven generates incorrect links without the <site> declaration here -->
|
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>jclouds-googlecode-site</id>
|
|
|
|
<url>${maven.site.url.base}/${project.version}/${project.artifactId}</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2011-04-15 14:19:34 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>process-remote-resources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>process</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<skip>true</skip>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2009-09-23 20:28:01 -04:00
|
|
|
</profiles>
|
2009-04-28 05:59:49 -04:00
|
|
|
</project>
|