diff --git a/demos/tweetstore/pom.xml b/demos/tweetstore/pom.xml index 25940bb504..404c2441a6 100644 --- a/demos/tweetstore/pom.xml +++ b/demos/tweetstore/pom.xml @@ -37,6 +37,7 @@ + target/maven-shared-archive-resources cloudfiles-us,aws-s3,azureblob @@ -117,6 +118,14 @@ ${project.artifactId} + + maven-remote-resources-plugin + 1.2 + + + false + + maven-war-plugin 2.1.1 @@ -129,9 +138,70 @@ WEB-INF true + + ${remoteResourcesDirectory}/META-INF + META-INF + + + + + deploy + + + + maven-remote-resources-plugin + 1.2 + + + false + + + + include-jclouds-properties + + process + + + + org.jclouds:jclouds-properties:${project.version} + + + + + + + maven-war-plugin + + + WEB-INF/web.xml + + + src/main/platform + WEB-INF + true + + + ${remoteResourcesDirectory}/META-INF + META-INF + + + ${remoteResourcesDirectory} + WEB-INF + true + + jclouds.properties + + + + + + + + +