Default values for aws credential properties

Every project was using undefined properties in their pom.xml.
A default value for test.aws.identity and test.aws.credential was
added.
This commit is contained in:
Roman C. Coedo 2014-07-02 23:45:19 +02:00 committed by Andrew Gaul
parent d43c3ea3e0
commit 3932e8a3bd
6 changed files with 13 additions and 1 deletions

View File

@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<properties>
<test.aws.identity>FIXME_IDENTITY</test.aws.identity>
<test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
<test.aws-cloudwatch.endpoint>https://monitoring.us-east-1.amazonaws.com</test.aws-cloudwatch.endpoint>
<test.aws-cloudwatch.api-version>2010-08-01</test.aws-cloudwatch.api-version>
<test.aws-cloudwatch.build-version />

View File

@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<properties>
<test.aws.identity>FIXME_IDENTITY</test.aws.identity>
<test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
<test.aws-ec2.endpoint>https://ec2.us-east-1.amazonaws.com</test.aws-ec2.endpoint>
<test.aws-ec2.api-version>2012-06-01</test.aws-ec2.api-version>
<test.aws-ec2.build-version />
@ -108,7 +110,7 @@
<artifactId>clojure-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</build>
<profiles>
<profile>

View File

@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<properties>
<test.aws.identity>FIXME_IDENTITY</test.aws.identity>
<test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
<test.aws-route53.endpoint>https://route53.amazonaws.com</test.aws-route53.endpoint>
<test.aws-route53.api-version>2012-02-29</test.aws-route53.api-version>
<test.aws-route53.build-version />

View File

@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<properties>
<test.aws.identity>FIXME_IDENTITY</test.aws.identity>
<test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
<test.initializer>org.jclouds.aws.s3.blobstore.integration.AWSS3TestInitializer</test.initializer>
<test.aws-s3.endpoint>https://s3.amazonaws.com</test.aws-s3.endpoint>
<test.aws-s3.api-version>2006-03-01</test.aws-s3.api-version>

View File

@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<properties>
<test.aws.identity>FIXME_IDENTITY</test.aws.identity>
<test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
<test.aws-sqs.endpoint>https://sqs.us-east-1.amazonaws.com</test.aws-sqs.endpoint>
<test.aws-sqs.api-version>2011-10-01</test.aws-sqs.api-version>
<test.aws-sqs.build-version />

View File

@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<properties>
<test.aws.identity>FIXME_IDENTITY</test.aws.identity>
<test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
<test.aws-sts.endpoint>https://sts.amazonaws.com</test.aws-sts.endpoint>
<test.aws-sts.api-version>2011-06-15</test.aws-sts.api-version>
<test.aws-sts.build-version />