2011-06-01 15:32:08 -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
|
2011-06-01 15:32:08 -04:00
|
|
|
|
2011-08-16 21:14:30 -04:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2011-06-01 15:32:08 -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.
|
2011-06-01 15:32:08 -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">
|
|
|
|
<parent>
|
|
|
|
<artifactId>jclouds-demos-project</artifactId>
|
|
|
|
<groupId>org.jclouds</groupId>
|
2012-02-04 14:06:07 -05:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2011-06-01 15:32:08 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>jclouds-demos-tweetstore-project</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>jclouds TweetStore demos project</name>
|
|
|
|
<modules>
|
2012-04-26 22:21:19 -04:00
|
|
|
<module>cf-tweetstore-spring</module>
|
2012-05-01 20:32:47 -04:00
|
|
|
<module>heroku-tweetstore</module>
|
2011-06-01 15:32:08 -04:00
|
|
|
<module>gae-tweetstore</module>
|
|
|
|
<module>gae-tweetstore-spring</module>
|
|
|
|
<module>runatcloud-tweetstore</module>
|
2012-04-26 22:21:19 -04:00
|
|
|
<module>rhcloud-tweetstore</module>
|
2011-06-01 15:32:08 -04:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
<properties>
|
2011-06-01 20:15:05 -04:00
|
|
|
<remoteResourcesDirectory>target/maven-shared-archive-resources</remoteResourcesDirectory>
|
2011-08-01 23:38:35 -04:00
|
|
|
<jclouds.tweetstore.blobstores>cloudonestorage,ninefold-storage</jclouds.tweetstore.blobstores>
|
2011-06-01 15:32:08 -04:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>jclouds-blobstore</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.twitter4j</groupId>
|
|
|
|
<artifactId>twitter4j-core</artifactId>
|
|
|
|
<version>[2.2,)</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>jclouds-blobstore</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>test-jar</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jclouds.provider</groupId>
|
|
|
|
<artifactId>aws-s3</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jclouds.provider</groupId>
|
|
|
|
<artifactId>cloudfiles-us</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jclouds.provider</groupId>
|
|
|
|
<artifactId>azureblob</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2011-08-01 23:38:35 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jclouds.provider</groupId>
|
|
|
|
<artifactId>cloudonestorage</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jclouds.provider</groupId>
|
|
|
|
<artifactId>ninefold-storage</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2011-06-01 15:32:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>displaytag</groupId>
|
|
|
|
<artifactId>displaytag</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-jdk14</artifactId>
|
|
|
|
<version>1.5.6</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<artifactId>jstl</artifactId>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<version>1.1.2</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<artifactId>standard</artifactId>
|
|
|
|
<groupId>taglibs</groupId>
|
|
|
|
<version>1.1.2</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<finalName>${project.artifactId}</finalName>
|
|
|
|
<plugins>
|
2011-06-01 20:15:05 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
<configuration>
|
|
|
|
<!-- prevents the maven-war-plugin from including the resources in WEB-INF/classes -->
|
|
|
|
<attached>false</attached>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-06-01 15:32:08 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
<configuration>
|
|
|
|
<!-- see http://jira.codehaus.org/browse/MWAR-248 -->
|
|
|
|
<packagingExcludes>WEB-INF/web.xml</packagingExcludes>
|
|
|
|
<webResources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/platform</directory>
|
|
|
|
<targetPath>WEB-INF</targetPath>
|
|
|
|
<filtering>true</filtering>
|
2012-04-11 01:39:11 -04:00
|
|
|
<excludes>
|
|
|
|
<!-- present in TweetStore instances with no platform files to ensure the directory is stored in git -->
|
|
|
|
<exclude>.gitignore</exclude>
|
|
|
|
</excludes>
|
2011-06-01 15:32:08 -04:00
|
|
|
</resource>
|
2011-06-01 20:15:05 -04:00
|
|
|
<resource>
|
|
|
|
<directory>${remoteResourcesDirectory}/META-INF</directory>
|
|
|
|
<targetPath>META-INF</targetPath>
|
|
|
|
</resource>
|
2011-06-01 15:32:08 -04:00
|
|
|
</webResources>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2012-04-26 16:07:33 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.ning.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-duplicate-finder-plugin</artifactId>
|
|
|
|
<version>1.0.3</version>
|
|
|
|
<configuration>
|
|
|
|
<exceptions>
|
|
|
|
<exception>
|
|
|
|
<!-- Google App Engine Deps, some google classes are duplicated between packages -->
|
|
|
|
<conflictingDependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.appengine</groupId>
|
|
|
|
<artifactId>appengine-api-1.0-sdk</artifactId>
|
|
|
|
<version>1.6.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.appengine</groupId>
|
|
|
|
<artifactId>appengine-tools-sdk</artifactId>
|
|
|
|
<version>1.6.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</conflictingDependencies>
|
|
|
|
<packages>
|
|
|
|
<package>com.google</package>
|
|
|
|
</packages>
|
|
|
|
</exception>
|
|
|
|
<exception>
|
|
|
|
<!-- Tomcat bundles the JSR250 annotations too -->
|
|
|
|
<conflictingDependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
|
<artifactId>jsr250-api</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<artifactId>annotations-api</artifactId>
|
|
|
|
<version>6.0.32</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</conflictingDependencies>
|
|
|
|
<packages>
|
|
|
|
<package>javax.annotation</package>
|
|
|
|
</packages>
|
|
|
|
</exception>
|
|
|
|
<exception>
|
|
|
|
<!-- commons-beanutils and commons-collections duplicate classes -->
|
|
|
|
<conflictingDependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
<version>1.7.0</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
<version>3.1</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</conflictingDependencies>
|
|
|
|
<packages>
|
|
|
|
<package>org.apache.commons.collections</package>
|
|
|
|
</packages>
|
|
|
|
</exception>
|
|
|
|
<exception>
|
|
|
|
<!-- javax.servlet is included in the appengine-tools-sdk -->
|
|
|
|
<conflictingDependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.appengine</groupId>
|
|
|
|
<artifactId>appengine-tools-sdk</artifactId>
|
|
|
|
<version>1.6.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>6.0.32</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</conflictingDependencies>
|
|
|
|
<packages>
|
|
|
|
<package>javax.servlet</package>
|
|
|
|
</packages>
|
|
|
|
<resources>
|
|
|
|
<!-- javax.servlet is included in the appengine-tools-sdk and Tomcat -->
|
|
|
|
<resource>javax/servlet/resources/XMLSchema.dtd</resource>
|
|
|
|
<resource>javax/servlet/resources/datatypes.dtd</resource>
|
|
|
|
<resource>javax/servlet/resources/j2ee_1_4.xsd</resource>
|
|
|
|
<resource>javax/servlet/resources/j2ee_web_services_client_1_1.xsd</resource>
|
|
|
|
<resource>javax/servlet/resources/web-app_2_2.dtd</resource>
|
|
|
|
<resource>javax/servlet/resources/web-app_2_3.dtd</resource>
|
|
|
|
<resource>javax/servlet/resources/web-app_2_4.xsd</resource>
|
|
|
|
<resource>javax/servlet/resources/web-app_2_5.xsd</resource>
|
|
|
|
<resource>javax/servlet/resources/xml.xsd</resource>
|
|
|
|
<resource>javax/servlet/LocalStrings.properties</resource>
|
|
|
|
<resource>javax/servlet/http/LocalStrings.properties</resource>
|
|
|
|
</resources>
|
|
|
|
</exception>
|
|
|
|
<exception>
|
|
|
|
<!-- Jasper and Catalina duplicate some classes -->
|
|
|
|
<conflictingDependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<artifactId>catalina</artifactId>
|
|
|
|
<version>6.0.32</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<artifactId>jasper</artifactId>
|
|
|
|
<version>6.0.32</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</conflictingDependencies>
|
|
|
|
<classes>
|
|
|
|
<class>org.apache.AnnotationProcessor</class>
|
|
|
|
<class>org.apache.PeriodicEventListener</class>
|
|
|
|
</classes>
|
|
|
|
</exception>
|
|
|
|
</exceptions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2011-06-01 15:32:08 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2011-06-01 20:15:05 -04:00
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>deploy</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
<configuration>
|
|
|
|
<!-- prevents the maven-war-plugin from including the resources in WEB-INF/classes -->
|
|
|
|
<attached>false</attached>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>include-jclouds-properties</id>
|
|
|
|
<goals>
|
|
|
|
<goal>process</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<resourceBundles>
|
2011-06-02 21:07:21 -04:00
|
|
|
<!-- tweetstore.instance is set in child projects -->
|
2011-12-21 21:16:34 -05:00
|
|
|
<resourceBundle>${project.groupId}:jclouds-demos-tweetstore-jclouds-properties:2-${tweetstore.instance}</resourceBundle>
|
2011-06-01 20:15:05 -04:00
|
|
|
</resourceBundles>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<!-- see http://jira.codehaus.org/browse/MWAR-248 -->
|
|
|
|
<packagingExcludes>WEB-INF/web.xml</packagingExcludes>
|
|
|
|
<webResources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/platform</directory>
|
|
|
|
<targetPath>WEB-INF</targetPath>
|
|
|
|
<filtering>true</filtering>
|
2012-04-11 01:39:11 -04:00
|
|
|
<excludes>
|
|
|
|
<!-- present in TweetStore instances with no platform files to ensure the directory is stored in git -->
|
|
|
|
<exclude>.gitignore</exclude>
|
|
|
|
</excludes>
|
2011-06-01 20:15:05 -04:00
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<directory>${remoteResourcesDirectory}/META-INF</directory>
|
|
|
|
<targetPath>META-INF</targetPath>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<directory>${remoteResourcesDirectory}</directory>
|
|
|
|
<targetPath>WEB-INF</targetPath>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<includes>
|
|
|
|
<include>jclouds.properties</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</webResources>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2011-06-01 15:32:08 -04:00
|
|
|
</project>
|