2009-04-28 05:59:49 -04:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
|
2011-08-16 21:14:30 -04:00
|
|
|
|
Licensed to jclouds, Inc. (jclouds) under one or more
|
|
|
|
|
contributor license agreements. See the NOTICE file
|
|
|
|
|
distributed with this work for additional information
|
|
|
|
|
regarding copyright ownership. jclouds licenses this file
|
|
|
|
|
to you 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
|
2009-04-28 05:59:49 -04:00
|
|
|
|
|
2011-08-16 21:14:30 -04:00
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2009-04-28 05:59:49 -04:00
|
|
|
|
|
2011-08-16 21:14:30 -04:00
|
|
|
|
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.
|
2010-01-01 12:56:29 -05:00
|
|
|
|
|
2010-08-12 19:04:26 -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-12-11 11:36:01 -05:00
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.jclouds</groupId>
|
2010-03-19 04:02:17 -04:00
|
|
|
|
<artifactId>jclouds-project</artifactId>
|
2012-09-17 04:43:52 -04:00
|
|
|
|
<version>1.6.0-SNAPSHOT</version>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
<relativePath>project/pom.xml</relativePath>
|
|
|
|
|
</parent>
|
2009-04-28 07:04:32 -04:00
|
|
|
|
<artifactId>jclouds-multi</artifactId>
|
2009-05-10 21:09:41 -04:00
|
|
|
|
<name>jclouds</name>
|
2009-12-11 11:36:01 -05:00
|
|
|
|
<packaging>pom</packaging>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
<modules>
|
2009-05-20 18:31:18 -04:00
|
|
|
|
<module>project</module>
|
2011-04-15 10:49:05 -04:00
|
|
|
|
<module>resources</module>
|
2009-12-24 17:55:30 -05:00
|
|
|
|
<module>assemblies</module>
|
2009-12-11 11:36:01 -05:00
|
|
|
|
<module>archetypes</module>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
<module>core</module>
|
2011-01-06 19:48:51 -05:00
|
|
|
|
<module>common</module>
|
2010-01-18 17:56:58 -05:00
|
|
|
|
<module>compute</module>
|
2011-01-01 14:28:52 -05:00
|
|
|
|
<module>loadbalancer</module>
|
2011-01-02 03:54:25 -05:00
|
|
|
|
<module>apis</module>
|
2012-01-18 01:07:21 -05:00
|
|
|
|
<module>labs</module>
|
2011-01-02 03:54:25 -05:00
|
|
|
|
<module>providers</module>
|
2009-12-12 18:28:02 -05:00
|
|
|
|
<module>blobstore</module>
|
2010-10-19 18:08:11 -04:00
|
|
|
|
<module>skeletons</module>
|
2011-01-15 23:58:57 -05:00
|
|
|
|
<module>drivers</module>
|
2009-12-11 11:36:01 -05:00
|
|
|
|
<module>scriptbuilder</module>
|
2010-07-26 18:49:49 -04:00
|
|
|
|
<module>allcompute</module>
|
|
|
|
|
<module>allblobstore</module>
|
2011-05-09 04:28:17 -04:00
|
|
|
|
<module>allloadbalancer</module>
|
2010-07-26 18:49:49 -04:00
|
|
|
|
<module>all</module>
|
|
|
|
|
</modules>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
<build>
|
2009-05-20 18:31:18 -04:00
|
|
|
|
<plugins>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
<plugin>
|
2010-01-01 12:56:29 -05:00
|
|
|
|
<groupId>com.mycila.maven-license-plugin</groupId>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
<artifactId>maven-license-plugin</artifactId>
|
2011-04-09 06:20:17 -04:00
|
|
|
|
<version>1.9.0</version>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
<configuration>
|
2010-08-12 19:04:26 -04:00
|
|
|
|
<strictCheck>true</strictCheck>
|
2010-01-20 06:54:16 -05:00
|
|
|
|
<encoding>${sourceEncoding}</encoding>
|
2009-05-28 17:10:33 -04:00
|
|
|
|
<aggregate>true</aggregate>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
<header>project/src/etc/header.txt</header>
|
2010-08-12 19:04:26 -04:00
|
|
|
|
<mapping>
|
|
|
|
|
<clj>SEMICOLON_STYLE</clj>
|
|
|
|
|
</mapping>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
<excludes>
|
2010-01-01 12:56:29 -05:00
|
|
|
|
<exclude>**/src/**/resources/**</exclude>
|
|
|
|
|
<exclude>**/LICENSE.txt</exclude>
|
2011-08-16 21:14:30 -04:00
|
|
|
|
<exclude>**/NOTICE.txt</exclude>
|
|
|
|
|
<exclude>**/README.md</exclude>
|
|
|
|
|
<exclude>**/README.txt</exclude>
|
|
|
|
|
<exclude>**/header.txt</exclude>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
</excludes>
|
|
|
|
|
<properties>
|
2011-04-09 06:20:17 -04:00
|
|
|
|
<year>2011</year>
|
2011-08-16 21:14:30 -04:00
|
|
|
|
<copyrightHolder>jclouds, Inc.</copyrightHolder>
|
2009-04-28 05:59:49 -04:00
|
|
|
|
</properties>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
2009-12-24 14:50:37 -05:00
|
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>distribution</id>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<!-- top-level only -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2012-02-23 08:11:05 -05:00
|
|
|
|
<version>2.3</version>
|
2009-12-24 14:50:37 -05:00
|
|
|
|
<inherited>false</inherited>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>create-distribution</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>single</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<finalName>jclouds-${project.version}</finalName>
|
|
|
|
|
<descriptors>
|
|
|
|
|
<descriptor>package-descriptor.xml</descriptor>
|
|
|
|
|
</descriptors>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
2012-06-21 14:37:06 -04:00
|
|
|
|
<profile>
|
2012-07-10 19:15:24 -04:00
|
|
|
|
<id>doc</id>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>javadoc</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>aggregate-jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
2012-06-21 14:37:06 -04:00
|
|
|
|
</profile>
|
2009-12-24 14:50:37 -05:00
|
|
|
|
</profiles>
|
2010-07-26 05:44:26 -04:00
|
|
|
|
</project>
|