diff --git a/archetypes/rest-client-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/rest-client-archetype/src/main/resources/archetype-resources/pom.xml index 3f61885b91..ea9669377d 100644 --- a/archetypes/rest-client-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/rest-client-archetype/src/main/resources/archetype-resources/pom.xml @@ -103,24 +103,12 @@ $symbol_dollar = '$' ) test - - - test.${lcaseProviderName}.identity - \$\{test.${lcaseProviderName}.identity\} - - - test.${lcaseProviderName}.credential - \$\{test.${lcaseProviderName}.credential\} - - - test.${lcaseProviderName}.endpoint - \$\{test.${lcaseProviderName}.endpoint\} - - - test.${lcaseProviderName}.apiversion - \$\{test.${lcaseProviderName}.apiversion\} - - + + \$\{test.${lcaseProviderName}.identity\} + \$\{test.${lcaseProviderName}.credential\} + \$\{test.${lcaseProviderName}.endpoint\} + \$\{test.${lcaseProviderName}.apiversion\} + diff --git a/demos/getpath/pom.xml b/demos/getpath/pom.xml index eef56d043a..1ed7b32d4e 100644 --- a/demos/getpath/pom.xml +++ b/demos/getpath/pom.xml @@ -96,40 +96,16 @@ test - - - test.identity.azureblob - ${jclouds.azure.storage.account} - - - test.credential.azureblob - ${jclouds.azure.storage.key} - - - test.identity.cloudfiles - ${jclouds.rackspace.user} - - - test.credential.cloudfiles - ${jclouds.rackspace.key} - - - test.identity.s3 - ${jclouds.aws.accesskeyid} - - - test.credential.s3 - ${jclouds.aws.secretaccesskey} - - - jclouds.getpath.container - ${jclouds.getpath.container} - - - jclouds.getpath.path - ${jclouds.getpath.path} - - + + ${jclouds.azure.storage.account} + ${jclouds.azure.storage.key} + ${jclouds.rackspace.user} + ${jclouds.rackspace.key} + ${jclouds.aws.accesskeyid} + ${jclouds.aws.secretaccesskey} + ${jclouds.getpath.container} + ${jclouds.getpath.path} + diff --git a/demos/googleappengine/pom.xml b/demos/googleappengine/pom.xml index ae27acdc98..1c6bbab989 100644 --- a/demos/googleappengine/pom.xml +++ b/demos/googleappengine/pom.xml @@ -151,34 +151,14 @@ test - - - test.aws.identity - - ${test.aws-s3.identity} - - - test.aws.credential - - ${test.aws-s3.credential} - - - appengine.sdk.root - ${appengine.sdk.root} - - - devappserver.address - ${devappserver.address} - - - devappserver.port - ${devappserver.port} - - - warfile - ${project.build.directory}/${project.artifactId} - - + + ${test.aws-s3.identity} + ${test.aws-s3.credential} + ${appengine.sdk.root} + ${devappserver.address} + ${devappserver.port} + ${project.build.directory}/${project.artifactId} + diff --git a/demos/perftest/pom.xml b/demos/perftest/pom.xml index 1864fcad68..61fdbb4bf0 100644 --- a/demos/perftest/pom.xml +++ b/demos/perftest/pom.xml @@ -132,24 +132,12 @@ 1 - - - test.aws-s3.identity - ${test.aws-s3.identity} - - - test.aws-s3.credential - ${test.aws-s3.credential} - - - test.initializer - ${test.initializer} - - - test.aws-s3.loopcount - ${test.aws-s3.loopcount} - - + + ${test.aws-s3.identity} + ${test.aws-s3.credential} + ${test.initializer} + ${test.aws-s3.loopcount} + diff --git a/demos/tweetstore/gae-tweetstore-spring/pom.xml b/demos/tweetstore/gae-tweetstore-spring/pom.xml index b98e0fa76d..c8882ca67a 100644 --- a/demos/tweetstore/gae-tweetstore-spring/pom.xml +++ b/demos/tweetstore/gae-tweetstore-spring/pom.xml @@ -95,88 +95,28 @@ test - - - test.twitter.consumer.identity - ${test.twitter.gae-tweetstore-spring.consumer.identity} - - - test.twitter.consumer.credential - ${test.twitter.gae-tweetstore-spring.consumer.credential} - - - test.twitter.access.identity - ${test.twitter.gae-tweetstore-spring.access.identity} - - - test.twitter.access.credential - ${test.twitter.gae-tweetstore-spring.access.credential} - - - test.azureblob.identity - ${test.azureblob.identity} - - - test.azureblob.credential - ${test.azureblob.credential} - - - test.cloudfiles-us.identity - ${test.cloudfiles-us.identity} - - - test.cloudfiles-us.credential - ${test.cloudfiles-us.credential} - - - test.aws-s3.identity - ${test.aws-s3.identity} - - - test.aws-s3.credential - ${test.aws-s3.credential} - - - test.cloudonestorage.identity - ${test.cloudonestorage.identity} - - - test.cloudonestorage.credential - ${test.cloudonestorage.credential} - - - test.ninefold-storage.identity - ${test.ninefold-storage.identity} - - - test.ninefold-storage.credential - ${test.ninefold-storage.credential} - - - appengine.sdk.root - ${appengine.sdk.root} - - - devappserver.address - ${devappserver.address} - - - devappserver.port - ${devappserver.port} - - - jclouds.tweetstore.blobstores - ${jclouds.tweetstore.blobstores} - - - jclouds.tweetstore.container - test.${jclouds.tweetstore.container} - - - warfile - ${project.build.directory}/${project.artifactId} - - + + ${test.twitter.gae-tweetstore-spring.consumer.identity} + ${test.twitter.gae-tweetstore-spring.consumer.credential} + ${test.twitter.gae-tweetstore-spring.access.identity} + ${test.twitter.gae-tweetstore-spring.access.credential} + ${test.azureblob.identity} + ${test.azureblob.credential} + ${test.cloudfiles-us.identity} + ${test.cloudfiles-us.credential} + ${test.aws-s3.identity} + ${test.aws-s3.credential} + ${test.cloudonestorage.identity} + ${test.cloudonestorage.credential} + ${test.ninefold-storage.identity} + ${test.ninefold-storage.credential} + ${appengine.sdk.root} + ${devappserver.address} + ${devappserver.port} + ${jclouds.tweetstore.blobstores} + test.${jclouds.tweetstore.container} + ${project.build.directory}/${project.artifactId} + diff --git a/demos/tweetstore/gae-tweetstore/pom.xml b/demos/tweetstore/gae-tweetstore/pom.xml index 16e427bf14..39e17b5fdd 100644 --- a/demos/tweetstore/gae-tweetstore/pom.xml +++ b/demos/tweetstore/gae-tweetstore/pom.xml @@ -84,88 +84,28 @@ test - - - test.twitter.consumer.identity - ${test.twitter.gae-tweetstore.consumer.identity} - - - test.twitter.consumer.credential - ${test.twitter.gae-tweetstore.consumer.credential} - - - test.twitter.access.identity - ${test.twitter.gae-tweetstore.access.identity} - - - test.twitter.access.credential - ${test.twitter.gae-tweetstore.access.credential} - - - test.azureblob.identity - ${test.azureblob.identity} - - - test.azureblob.credential - ${test.azureblob.credential} - - - test.cloudfiles-us.identity - ${test.cloudfiles-us.identity} - - - test.cloudfiles-us.credential - ${test.cloudfiles-us.credential} - - - test.aws-s3.identity - ${test.aws-s3.identity} - - - test.aws-s3.credential - ${test.aws-s3.credential} - - - appengine.sdk.root - ${appengine.sdk.root} - - - test.cloudonestorage.identity - ${test.cloudonestorage.identity} - - - test.cloudonestorage.credential - ${test.cloudonestorage.credential} - - - test.ninefold-storage.identity - ${test.ninefold-storage.identity} - - - test.ninefold-storage.credential - ${test.ninefold-storage.credential} - - - devappserver.address - ${devappserver.address} - - - devappserver.port - ${devappserver.port} - - - jclouds.tweetstore.blobstores - ${jclouds.tweetstore.blobstores} - - - jclouds.tweetstore.container - test.${jclouds.tweetstore.container} - - - warfile - ${project.build.directory}/${project.artifactId} - - + + ${test.twitter.gae-tweetstore.consumer.identity} + ${test.twitter.gae-tweetstore.consumer.credential} + ${test.twitter.gae-tweetstore.access.identity} + ${test.twitter.gae-tweetstore.access.credential} + ${test.azureblob.identity} + ${test.azureblob.credential} + ${test.cloudfiles-us.identity} + ${test.cloudfiles-us.credential} + ${test.aws-s3.identity} + ${test.aws-s3.credential} + ${appengine.sdk.root} + ${test.cloudonestorage.identity} + ${test.cloudonestorage.credential} + ${test.ninefold-storage.identity} + ${test.ninefold-storage.credential} + ${devappserver.address} + ${devappserver.port} + ${jclouds.tweetstore.blobstores} + test.${jclouds.tweetstore.container} + ${project.build.directory}/${project.artifactId} + diff --git a/demos/tweetstore/runatcloud-tweetstore/pom.xml b/demos/tweetstore/runatcloud-tweetstore/pom.xml index 2391f737d2..59e7214fd7 100644 --- a/demos/tweetstore/runatcloud-tweetstore/pom.xml +++ b/demos/tweetstore/runatcloud-tweetstore/pom.xml @@ -85,88 +85,28 @@ test - - - test.twitter.consumer.identity - ${test.twitter.runatcloud-tweetstore.consumer.identity} - - - test.twitter.consumer.credential - ${test.twitter.runatcloud-tweetstore.consumer.credential} - - - test.twitter.access.identity - ${test.twitter.runatcloud-tweetstore.access.identity} - - - test.twitter.access.credential - ${test.twitter.runatcloud-tweetstore.access.credential} - - - test.azureblob.identity - ${test.azureblob.identity} - - - test.azureblob.credential - ${test.azureblob.credential} - - - test.cloudfiles-us.identity - ${test.cloudfiles-us.identity} - - - test.cloudfiles-us.credential - ${test.cloudfiles-us.credential} - - - test.aws-s3.identity - ${test.aws-s3.identity} - - - test.aws-s3.credential - ${test.aws-s3.credential} - - - test.cloudonestorage.identity - ${test.cloudonestorage.identity} - - - test.cloudonestorage.credential - ${test.cloudonestorage.credential} - - - test.ninefold-storage.identity - ${test.ninefold-storage.identity} - - - test.ninefold-storage.credential - ${test.ninefold-storage.credential} - - - bees.address - ${test.bees.address} - - - bees.port - ${test.bees.port} - - - jclouds.tweetstore.blobstores - ${jclouds.tweetstore.blobstores} - - - jclouds.tweetstore.container - test.${jclouds.tweetstore.container} - - - bees.basedir - ${project.build.directory}/bees - - - warfile - ${project.build.directory}/${project.artifactId} - - + + ${test.twitter.runatcloud-tweetstore.consumer.identity} + ${test.twitter.runatcloud-tweetstore.consumer.credential} + ${test.twitter.runatcloud-tweetstore.access.identity} + ${test.twitter.runatcloud-tweetstore.access.credential} + ${test.azureblob.identity} + ${test.azureblob.credential} + ${test.cloudfiles-us.identity} + ${test.cloudfiles-us.credential} + ${test.aws-s3.identity} + ${test.aws-s3.credential} + ${test.cloudonestorage.identity} + ${test.cloudonestorage.credential} + ${test.ninefold-storage.identity} + ${test.ninefold-storage.credential} + ${test.bees.address} + ${test.bees.port} + ${jclouds.tweetstore.blobstores} + test.${jclouds.tweetstore.container} + ${project.build.directory}/bees + ${project.build.directory}/${project.artifactId} + diff --git a/drivers/jsch/pom.xml b/drivers/jsch/pom.xml index 597497176e..e4452316b9 100644 --- a/drivers/jsch/pom.xml +++ b/drivers/jsch/pom.xml @@ -136,32 +136,14 @@ **/*IntegrationTest.java **/*LiveTest.java - - - file.encoding - UTF-8 - - - test.ssh.host - ${test.ssh.host} - - - test.ssh.port - ${test.ssh.port} - - - test.ssh.username - ${test.ssh.username} - - - test.ssh.keyfile - ${test.ssh.keyfile} - - - test.ssh.password - ${test.ssh.password} - - + + UTF-8 + ${test.ssh.host} + ${test.ssh.port} + ${test.ssh.username} + ${test.ssh.keyfile} + ${test.ssh.password} + diff --git a/drivers/sshj/pom.xml b/drivers/sshj/pom.xml index 5b714ae81b..d47ecfc315 100644 --- a/drivers/sshj/pom.xml +++ b/drivers/sshj/pom.xml @@ -140,32 +140,14 @@ **/*IntegrationTest.java **/*LiveTest.java - - - file.encoding - UTF-8 - - - test.ssh.host - ${test.ssh.host} - - - test.ssh.port - ${test.ssh.port} - - - test.ssh.username - ${test.ssh.username} - - - test.ssh.keyfile - ${test.ssh.keyfile} - - - test.ssh.password - ${test.ssh.password} - - + + UTF-8 + ${test.ssh.host} + ${test.ssh.port} + ${test.ssh.username} + ${test.ssh.keyfile} + ${test.ssh.password} + diff --git a/project/pom.xml b/project/pom.xml index 8afe7f6f26..f31a0ebd72 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -349,16 +349,10 @@ ${jclouds.test.listener} - - - jclouds.wire.httpstream.url - ${jclouds.wire.httpstream.url} - - - jclouds.wire.httpstream.md5 - ${jclouds.wire.httpstream.md5} - - + + ${jclouds.wire.httpstream.url} + ${jclouds.wire.httpstream.md5} + @@ -572,29 +566,17 @@ pageTracker._trackPageview(); **/*IntegrationTest.java **/*LiveTest.java - - - - file.encoding - ${project.build.sourceEncoding} - - + proxy + port + localhost|10.150.4.49 + --> + ${project.build.sourceEncoding} + diff --git a/providers/aws-cloudwatch/pom.xml b/providers/aws-cloudwatch/pom.xml index eb693f6e40..013a1b7a7e 100644 --- a/providers/aws-cloudwatch/pom.xml +++ b/providers/aws-cloudwatch/pom.xml @@ -85,44 +85,17 @@ test - - - test.aws-cloudwatch.endpoint - ${test.aws-cloudwatch.endpoint} - - - test.aws-cloudwatch.apiversion - ${test.aws-cloudwatch.apiversion} - - - test.aws-cloudwatch.identity - ${test.aws-cloudwatch.identity} - - - test.aws-cloudwatch.credential - ${test.aws-cloudwatch.credential} - - - test.aws-cloudwatch.compute.provider - ${test.aws-cloudwatch.compute.provider} - - - test.aws-cloudwatch.compute.endpoint - ${test.aws-cloudwatch.compute.endpoint} - - - test.aws-cloudwatch.compute.apiversion - ${test.aws-cloudwatch.compute.apiversion} - - - test.aws-cloudwatch.compute.identity - ${test.aws-cloudwatch.compute.identity} - - - test.aws-cloudwatch.compute.credential - ${test.aws-cloudwatch.compute.credential} - - + + ${test.aws-cloudwatch.endpoint} + ${test.aws-cloudwatch.apiversion} + ${test.aws-cloudwatch.identity} + ${test.aws-cloudwatch.credential} + ${test.aws-cloudwatch.compute.provider} + ${test.aws-cloudwatch.compute.endpoint} + ${test.aws-cloudwatch.compute.apiversion} + ${test.aws-cloudwatch.compute.identity} + ${test.aws-cloudwatch.compute.credential} + diff --git a/providers/aws-s3/pom.xml b/providers/aws-s3/pom.xml index 68a4026df7..a33248714a 100644 --- a/providers/aws-s3/pom.xml +++ b/providers/aws-s3/pom.xml @@ -121,40 +121,16 @@ test - - - test.aws-s3.endpoint - ${test.aws-s3.endpoint} - - - test.aws-s3.apiversion - ${test.aws-s3.apiversion} - - - test.aws-s3.identity - ${test.aws-s3.identity} - - - test.aws-s3.credential - ${test.aws-s3.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - - test.blobstore.container-count - ${test.blobstore.container-count} - - + + ${test.aws-s3.endpoint} + ${test.aws-s3.apiversion} + ${test.aws-s3.identity} + ${test.aws-s3.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + ${test.blobstore.container-count} + diff --git a/providers/azureblob/pom.xml b/providers/azureblob/pom.xml index f2e8280035..1884fc678d 100644 --- a/providers/azureblob/pom.xml +++ b/providers/azureblob/pom.xml @@ -98,36 +98,15 @@ test - - - test.azureblob.endpoint - ${test.azureblob.endpoint} - - - test.azureblob.apiversion - ${test.azureblob.apiversion} - - - test.azureblob.identity - ${test.azureblob.identity} - - - test.azureblob.credential - ${test.azureblob.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.azureblob.endpoint} + ${test.azureblob.apiversion} + ${test.azureblob.identity} + ${test.azureblob.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/providers/cloudfiles-uk/pom.xml b/providers/cloudfiles-uk/pom.xml index 50ddf30c6f..866ed52c5a 100644 --- a/providers/cloudfiles-uk/pom.xml +++ b/providers/cloudfiles-uk/pom.xml @@ -107,36 +107,15 @@ 1 - - - test.cloudfiles-uk.endpoint - ${test.cloudfiles-uk.endpoint} - - - test.cloudfiles-uk.apiversion - ${test.cloudfiles-uk.apiversion} - - - test.cloudfiles-uk.identity - ${test.cloudfiles-uk.identity} - - - test.cloudfiles-uk.credential - ${test.cloudfiles-uk.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.cloudfiles-uk.endpoint} + ${test.cloudfiles-uk.apiversion} + ${test.cloudfiles-uk.identity} + ${test.cloudfiles-uk.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/providers/cloudfiles-us/pom.xml b/providers/cloudfiles-us/pom.xml index 4aaf1762dd..5a1ee419f8 100644 --- a/providers/cloudfiles-us/pom.xml +++ b/providers/cloudfiles-us/pom.xml @@ -107,36 +107,15 @@ 1 - - - test.cloudfiles-us.endpoint - ${test.cloudfiles-us.endpoint} - - - test.cloudfiles-us.apiversion - ${test.cloudfiles-us.apiversion} - - - test.cloudfiles-us.identity - ${test.cloudfiles-us.identity} - - - test.cloudfiles-us.credential - ${test.cloudfiles-us.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.cloudfiles-us.endpoint} + ${test.cloudfiles-us.apiversion} + ${test.cloudfiles-us.identity} + ${test.cloudfiles-us.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/providers/cloudloadbalancers-uk/pom.xml b/providers/cloudloadbalancers-uk/pom.xml index 84ca2f11cb..cff5c9ef72 100644 --- a/providers/cloudloadbalancers-uk/pom.xml +++ b/providers/cloudloadbalancers-uk/pom.xml @@ -107,24 +107,12 @@ test - - - test.cloudloadbalancers-uk.endpoint - ${test.cloudloadbalancers-uk.endpoint} - - - test.cloudloadbalancers-uk.apiversion - ${test.cloudloadbalancers-uk.apiversion} - - - test.cloudloadbalancers-uk.identity - ${test.cloudloadbalancers-uk.identity} - - - test.cloudloadbalancers-uk.credential - ${test.cloudloadbalancers-uk.credential} - - + + ${test.cloudloadbalancers-uk.endpoint} + ${test.cloudloadbalancers-uk.apiversion} + ${test.cloudloadbalancers-uk.identity} + ${test.cloudloadbalancers-uk.credential} + diff --git a/providers/cloudloadbalancers-us/pom.xml b/providers/cloudloadbalancers-us/pom.xml index 1a173d2127..efc0c4aae9 100644 --- a/providers/cloudloadbalancers-us/pom.xml +++ b/providers/cloudloadbalancers-us/pom.xml @@ -107,24 +107,12 @@ test - - - test.cloudloadbalancers-us.endpoint - ${test.cloudloadbalancers-us.endpoint} - - - test.cloudloadbalancers-us.apiversion - ${test.cloudloadbalancers-us.apiversion} - - - test.cloudloadbalancers-us.identity - ${test.cloudloadbalancers-us.identity} - - - test.cloudloadbalancers-us.credential - ${test.cloudloadbalancers-us.credential} - - + + ${test.cloudloadbalancers-us.endpoint} + ${test.cloudloadbalancers-us.apiversion} + ${test.cloudloadbalancers-us.identity} + ${test.cloudloadbalancers-us.credential} + diff --git a/providers/cloudonestorage/pom.xml b/providers/cloudonestorage/pom.xml index 964bbcf3f9..4c4399828f 100644 --- a/providers/cloudonestorage/pom.xml +++ b/providers/cloudonestorage/pom.xml @@ -100,36 +100,15 @@ 1 - - - test.cloudonestorage.endpoint - ${test.cloudonestorage.endpoint} - - - test.cloudonestorage.apiversion - ${test.cloudonestorage.apiversion} - - - test.cloudonestorage.identity - ${test.cloudonestorage.identity} - - - test.cloudonestorage.credential - ${test.cloudonestorage.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.cloudonestorage.endpoint} + ${test.cloudonestorage.apiversion} + ${test.cloudonestorage.identity} + ${test.cloudonestorage.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/providers/elastichosts-lon-b/pom.xml b/providers/elastichosts-lon-b/pom.xml index 9a12977375..12256340a5 100644 --- a/providers/elastichosts-lon-b/pom.xml +++ b/providers/elastichosts-lon-b/pom.xml @@ -98,28 +98,13 @@ test - - - test.elastichosts-lon-b.endpoint - ${test.elastichosts-lon-b.endpoint} - - - test.elastichosts-lon-b.apiversion - ${test.elastichosts-lon-b.apiversion} - - - test.elastichosts-lon-b.identity - ${test.elastichosts-lon-b.identity} - - - test.elastichosts-lon-b.credential - ${test.elastichosts-lon-b.credential} - - - test.elastichosts-lon-b.image-id - ${test.elastichosts-lon-b.image-id} - - + + ${test.elastichosts-lon-b.endpoint} + ${test.elastichosts-lon-b.apiversion} + ${test.elastichosts-lon-b.identity} + ${test.elastichosts-lon-b.credential} + ${test.elastichosts-lon-b.image-id} + diff --git a/providers/elastichosts-lon-p/pom.xml b/providers/elastichosts-lon-p/pom.xml index 824730d3d7..dd88a8ce49 100644 --- a/providers/elastichosts-lon-p/pom.xml +++ b/providers/elastichosts-lon-p/pom.xml @@ -98,28 +98,13 @@ test - - - test.elastichosts-lon-p.endpoint - ${test.elastichosts-lon-p.endpoint} - - - test.elastichosts-lon-p.apiversion - ${test.elastichosts-lon-p.apiversion} - - - test.elastichosts-lon-p.identity - ${test.elastichosts-lon-p.identity} - - - test.elastichosts-lon-p.credential - ${test.elastichosts-lon-p.credential} - - - test.elastichosts-lon-p.image-id - ${test.elastichosts-lon-p.image-id} - - + + ${test.elastichosts-lon-p.endpoint} + ${test.elastichosts-lon-p.apiversion} + ${test.elastichosts-lon-p.identity} + ${test.elastichosts-lon-p.credential} + ${test.elastichosts-lon-p.image-id} + diff --git a/providers/elastichosts-sat-p/pom.xml b/providers/elastichosts-sat-p/pom.xml index 14d96b97cd..e31160b374 100644 --- a/providers/elastichosts-sat-p/pom.xml +++ b/providers/elastichosts-sat-p/pom.xml @@ -98,28 +98,13 @@ test - - - test.elastichosts-sat-p.endpoint - ${test.elastichosts-sat-p.endpoint} - - - test.elastichosts-sat-p.apiversion - ${test.elastichosts-sat-p.apiversion} - - - test.elastichosts-sat-p.identity - ${test.elastichosts-sat-p.identity} - - - test.elastichosts-sat-p.credential - ${test.elastichosts-sat-p.credential} - - - test.elastichosts-sat-p.image-id - ${test.elastichosts-sat-p.image-id} - - + + ${test.elastichosts-sat-p.endpoint} + ${test.elastichosts-sat-p.apiversion} + ${test.elastichosts-sat-p.identity} + ${test.elastichosts-sat-p.credential} + ${test.elastichosts-sat-p.image-id} + diff --git a/providers/eucalyptus-partnercloud-ec2/pom.xml b/providers/eucalyptus-partnercloud-ec2/pom.xml index 4aacf44940..828a86b212 100644 --- a/providers/eucalyptus-partnercloud-ec2/pom.xml +++ b/providers/eucalyptus-partnercloud-ec2/pom.xml @@ -113,32 +113,14 @@ 1 - - - test.eucalyptus-partnercloud-ec2.endpoint - ${test.eucalyptus-partnercloud-ec2.endpoint} - - - test.eucalyptus-partnercloud-ec2.apiversion - ${test.eucalyptus-partnercloud-ec2.apiversion} - - - test.eucalyptus-partnercloud-ec2.identity - ${test.eucalyptus-partnercloud-ec2.identity} - - - test.eucalyptus-partnercloud-ec2.credential - ${test.eucalyptus-partnercloud-ec2.credential} - - - test.eucalyptus-partnercloud-ec2.image-id - ${test.eucalyptus-partnercloud-ec2.image-id} - - - test.eucalyptus-partnercloud-ec2.virtualization-type - ${test.eucalyptus-partnercloud-ec2.virtualization-type} - - + + ${test.eucalyptus-partnercloud-ec2.endpoint} + ${test.eucalyptus-partnercloud-ec2.apiversion} + ${test.eucalyptus-partnercloud-ec2.identity} + ${test.eucalyptus-partnercloud-ec2.credential} + ${test.eucalyptus-partnercloud-ec2.image-id} + ${test.eucalyptus-partnercloud-ec2.virtualization-type} + diff --git a/providers/eucalyptus-partnercloud-s3/pom.xml b/providers/eucalyptus-partnercloud-s3/pom.xml index 5aad5fdfa3..2aba40bcac 100644 --- a/providers/eucalyptus-partnercloud-s3/pom.xml +++ b/providers/eucalyptus-partnercloud-s3/pom.xml @@ -108,40 +108,16 @@ 1 - - - test.eucalyptus-partnercloud-s3.endpoint - ${test.eucalyptus-partnercloud-s3.endpoint} - - - test.eucalyptus-partnercloud-s3.apiversion - ${test.eucalyptus-partnercloud-s3.apiversion} - - - test.eucalyptus-partnercloud-s3.identity - ${test.eucalyptus-partnercloud-s3.identity} - - - test.eucalyptus-partnercloud-s3.credential - ${test.eucalyptus-partnercloud-s3.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - - test.blobstore.container-count - ${test.blobstore.container-count} - - + + ${test.eucalyptus-partnercloud-s3.endpoint} + ${test.eucalyptus-partnercloud-s3.apiversion} + ${test.eucalyptus-partnercloud-s3.identity} + ${test.eucalyptus-partnercloud-s3.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + ${test.blobstore.container-count} + diff --git a/providers/go2cloud-jhb1/pom.xml b/providers/go2cloud-jhb1/pom.xml index b78f879ec5..b16ce6f49c 100644 --- a/providers/go2cloud-jhb1/pom.xml +++ b/providers/go2cloud-jhb1/pom.xml @@ -98,28 +98,13 @@ test - - - test.go2cloud-jhb1.endpoint - ${test.go2cloud-jhb1.endpoint} - - - test.go2cloud-jhb1.apiversion - ${test.go2cloud-jhb1.apiversion} - - - test.go2cloud-jhb1.identity - ${test.go2cloud-jhb1.identity} - - - test.go2cloud-jhb1.credential - ${test.go2cloud-jhb1.credential} - - - test.go2cloud-jhb1.image-id - ${test.go2cloud-jhb1.image-id} - - + + ${test.go2cloud-jhb1.endpoint} + ${test.go2cloud-jhb1.apiversion} + ${test.go2cloud-jhb1.identity} + ${test.go2cloud-jhb1.credential} + ${test.go2cloud-jhb1.image-id} + diff --git a/providers/gogrid/pom.xml b/providers/gogrid/pom.xml index 29856c2153..f6c986a180 100644 --- a/providers/gogrid/pom.xml +++ b/providers/gogrid/pom.xml @@ -91,28 +91,13 @@ 1 - - - test.gogrid.endpoint - ${test.gogrid.endpoint} - - - test.gogrid.apiversion - ${test.gogrid.apiversion} - - - test.gogrid.identity - ${test.gogrid.identity} - - - test.gogrid.credential - ${test.gogrid.credential} - - - test.gogrid.image-id - ${test.gogrid.image-id} - - + + ${test.gogrid.endpoint} + ${test.gogrid.apiversion} + ${test.gogrid.identity} + ${test.gogrid.credential} + ${test.gogrid.image-id} + diff --git a/providers/greenhousedata-element-vcloud/pom.xml b/providers/greenhousedata-element-vcloud/pom.xml index 88471d44d1..03937a2ec6 100644 --- a/providers/greenhousedata-element-vcloud/pom.xml +++ b/providers/greenhousedata-element-vcloud/pom.xml @@ -98,28 +98,13 @@ test - - - test.greenhousedata-element-vcloud.endpoint - ${test.greenhousedata-element-vcloud.endpoint} - - - test.greenhousedata-element-vcloud.apiversion - ${test.greenhousedata-element-vcloud.apiversion} - - - test.greenhousedata-element-vcloud.identity - ${test.greenhousedata-element-vcloud.identity} - - - test.greenhousedata-element-vcloud.credential - ${test.greenhousedata-element-vcloud.credential} - - - test.greenhousedata-element-vcloud.image-id - ${test.greenhousedata-element-vcloud.image-id} - - + + ${test.greenhousedata-element-vcloud.endpoint} + ${test.greenhousedata-element-vcloud.apiversion} + ${test.greenhousedata-element-vcloud.identity} + ${test.greenhousedata-element-vcloud.credential} + ${test.greenhousedata-element-vcloud.image-id} + diff --git a/providers/ninefold-storage/pom.xml b/providers/ninefold-storage/pom.xml index dee70f0ada..f6e462398e 100644 --- a/providers/ninefold-storage/pom.xml +++ b/providers/ninefold-storage/pom.xml @@ -99,36 +99,15 @@ test - - - test.ninefold-storage.endpoint - ${test.ninefold-storage.endpoint} - - - test.ninefold-storage.apiversion - ${test.ninefold-storage.apiversion} - - - test.ninefold-storage.identity - ${test.ninefold-storage.identity} - - - test.ninefold-storage.credential - ${test.ninefold-storage.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.ninefold-storage.endpoint} + ${test.ninefold-storage.apiversion} + ${test.ninefold-storage.identity} + ${test.ninefold-storage.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/providers/openhosting-east1/pom.xml b/providers/openhosting-east1/pom.xml index 44849544ec..89e4e394f3 100644 --- a/providers/openhosting-east1/pom.xml +++ b/providers/openhosting-east1/pom.xml @@ -98,28 +98,13 @@ test - - - test.openhosting-east1.endpoint - ${test.openhosting-east1.endpoint} - - - test.openhosting-east1.apiversion - ${test.openhosting-east1.apiversion} - - - test.openhosting-east1.identity - ${test.openhosting-east1.identity} - - - test.openhosting-east1.credential - ${test.openhosting-east1.credential} - - - test.openhosting-east1.image-id - ${test.openhosting-east1.image-id} - - + + ${test.openhosting-east1.endpoint} + ${test.openhosting-east1.apiversion} + ${test.openhosting-east1.identity} + ${test.openhosting-east1.credential} + ${test.openhosting-east1.image-id} + diff --git a/providers/rimuhosting/pom.xml b/providers/rimuhosting/pom.xml index 519af45825..43cfa53949 100644 --- a/providers/rimuhosting/pom.xml +++ b/providers/rimuhosting/pom.xml @@ -99,24 +99,12 @@ test - - - test.rimuhosting.endpoint - ${test.rimuhosting.endpoint} - - - test.rimuhosting.apiversion - ${test.rimuhosting.apiversion} - - - test.rimuhosting.identity - ${test.rimuhosting.identity} - - - test.rimuhosting.image-id - ${test.rimuhosting.image-id} - - + + ${test.rimuhosting.endpoint} + ${test.rimuhosting.apiversion} + ${test.rimuhosting.identity} + ${test.rimuhosting.image-id} + diff --git a/providers/savvis-symphonyvpdc/pom.xml b/providers/savvis-symphonyvpdc/pom.xml index 26e8a7e5e8..d46ade811b 100644 --- a/providers/savvis-symphonyvpdc/pom.xml +++ b/providers/savvis-symphonyvpdc/pom.xml @@ -112,40 +112,16 @@ 1 - - - test.savvis-symphonyvpdc.endpoint - ${test.savvis-symphonyvpdc.endpoint} - - - test.savvis-symphonyvpdc.apiversion - ${test.savvis-symphonyvpdc.apiversion} - - - test.savvis-symphonyvpdc.identity - ${test.savvis-symphonyvpdc.identity} - - - test.savvis-symphonyvpdc.credential - ${test.savvis-symphonyvpdc.credential} - - - test.savvis-symphonyvpdc.image-id - ${test.savvis-symphonyvpdc.image-id} - - - test.savvis-symphonyvpdc.vdc-email - ${test.savvis-symphonyvpdc.vdc-email} - - - test.savvis-symphonyvpdc.loginUser - ${test.savvis-symphonyvpdc.loginUser} - - - test.savvis-symphonyvpdc.loginPassword - ${test.savvis-symphonyvpdc.loginPassword} - - + + ${test.savvis-symphonyvpdc.endpoint} + ${test.savvis-symphonyvpdc.apiversion} + ${test.savvis-symphonyvpdc.identity} + ${test.savvis-symphonyvpdc.credential} + ${test.savvis-symphonyvpdc.image-id} + ${test.savvis-symphonyvpdc.vdc-email} + ${test.savvis-symphonyvpdc.loginUser} + ${test.savvis-symphonyvpdc.loginPassword} + diff --git a/providers/serverlove-z1-man/pom.xml b/providers/serverlove-z1-man/pom.xml index 5b7a2f0179..8885fd27b9 100644 --- a/providers/serverlove-z1-man/pom.xml +++ b/providers/serverlove-z1-man/pom.xml @@ -98,28 +98,13 @@ test - - - test.serverlove-z1-man.endpoint - ${test.serverlove-z1-man.endpoint} - - - test.serverlove-z1-man.apiversion - ${test.serverlove-z1-man.apiversion} - - - test.serverlove-z1-man.identity - ${test.serverlove-z1-man.identity} - - - test.serverlove-z1-man.credential - ${test.serverlove-z1-man.credential} - - - test.serverlove-z1-man.image-id - ${test.serverlove-z1-man.image-id} - - + + ${test.serverlove-z1-man.endpoint} + ${test.serverlove-z1-man.apiversion} + ${test.serverlove-z1-man.identity} + ${test.serverlove-z1-man.credential} + ${test.serverlove-z1-man.image-id} + diff --git a/providers/skalicloud-sdg-my/pom.xml b/providers/skalicloud-sdg-my/pom.xml index defcbafe2f..2b8d7c806a 100644 --- a/providers/skalicloud-sdg-my/pom.xml +++ b/providers/skalicloud-sdg-my/pom.xml @@ -98,28 +98,13 @@ test - - - test.skalicloud-sdg-my.endpoint - ${test.skalicloud-sdg-my.endpoint} - - - test.skalicloud-sdg-my.apiversion - ${test.skalicloud-sdg-my.apiversion} - - - test.skalicloud-sdg-my.identity - ${test.skalicloud-sdg-my.identity} - - - test.skalicloud-sdg-my.credential - ${test.skalicloud-sdg-my.credential} - - - test.skalicloud-sdg-my.image-id - ${test.skalicloud-sdg-my.image-id} - - + + ${test.skalicloud-sdg-my.endpoint} + ${test.skalicloud-sdg-my.apiversion} + ${test.skalicloud-sdg-my.identity} + ${test.skalicloud-sdg-my.credential} + ${test.skalicloud-sdg-my.image-id} + diff --git a/providers/slicehost/pom.xml b/providers/slicehost/pom.xml index fdb38cd8bb..856f4dd1cf 100644 --- a/providers/slicehost/pom.xml +++ b/providers/slicehost/pom.xml @@ -91,24 +91,12 @@ 1 - - - test.slicehost.endpoint - ${test.slicehost.endpoint} - - - test.slicehost.apiversion - ${test.slicehost.apiversion} - - - test.slicehost.identity - ${test.slicehost.identity} - - - test.slicehost.image-id - ${test.slicehost.image-id} - - + + ${test.slicehost.endpoint} + ${test.slicehost.apiversion} + ${test.slicehost.identity} + ${test.slicehost.image-id} + diff --git a/providers/stratogen-vcloud-mycloud/pom.xml b/providers/stratogen-vcloud-mycloud/pom.xml index 2d1b08049a..c2dd91a612 100644 --- a/providers/stratogen-vcloud-mycloud/pom.xml +++ b/providers/stratogen-vcloud-mycloud/pom.xml @@ -98,28 +98,13 @@ test - - - test.stratogen-vcloud-mycloud.endpoint - ${test.stratogen-vcloud-mycloud.endpoint} - - - test.stratogen-vcloud-mycloud.apiversion - ${test.stratogen-vcloud-mycloud.apiversion} - - - test.stratogen-vcloud-mycloud.identity - ${test.stratogen-vcloud-mycloud.identity} - - - test.stratogen-vcloud-mycloud.credential - ${test.stratogen-vcloud-mycloud.credential} - - - test.stratogen-vcloud-mycloud.image-id - ${test.stratogen-vcloud-mycloud.image-id} - - + + ${test.stratogen-vcloud-mycloud.endpoint} + ${test.stratogen-vcloud-mycloud.apiversion} + ${test.stratogen-vcloud-mycloud.identity} + ${test.stratogen-vcloud-mycloud.credential} + ${test.stratogen-vcloud-mycloud.image-id} + diff --git a/providers/synaptic-storage/pom.xml b/providers/synaptic-storage/pom.xml index 40ef9bec3e..82d16c3dff 100644 --- a/providers/synaptic-storage/pom.xml +++ b/providers/synaptic-storage/pom.xml @@ -99,36 +99,15 @@ test - - - test.synaptic-storage.endpoint - ${test.synaptic-storage.endpoint} - - - test.synaptic-storage.apiversion - ${test.synaptic-storage.apiversion} - - - test.synaptic-storage.identity - ${test.synaptic-storage.identity} - - - test.synaptic-storage.credential - ${test.synaptic-storage.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.synaptic-storage.endpoint} + ${test.synaptic-storage.apiversion} + ${test.synaptic-storage.identity} + ${test.synaptic-storage.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/providers/trmk-ecloud/pom.xml b/providers/trmk-ecloud/pom.xml index b5b1cf2f21..dab5555c69 100644 --- a/providers/trmk-ecloud/pom.xml +++ b/providers/trmk-ecloud/pom.xml @@ -100,32 +100,14 @@ 1 - - - test.trmk-ecloud.endpoint - ${test.trmk-ecloud.endpoint} - - - test.trmk-ecloud.apiversion - ${test.trmk-ecloud.apiversion} - - - test.trmk-ecloud.identity - ${test.trmk-ecloud.identity} - - - test.trmk-ecloud.credential - ${test.trmk-ecloud.credential} - - - test.trmk-ecloud.datacenter - ${test.trmk-ecloud.datacenter} - - - test.trmk-ecloud.image-id - ${test.trmk-ecloud.image-id} - - + + ${test.trmk-ecloud.endpoint} + ${test.trmk-ecloud.apiversion} + ${test.trmk-ecloud.identity} + ${test.trmk-ecloud.credential} + ${test.trmk-ecloud.datacenter} + ${test.trmk-ecloud.image-id} + diff --git a/providers/trmk-vcloudexpress/pom.xml b/providers/trmk-vcloudexpress/pom.xml index 50fcafc08f..dce73611d1 100644 --- a/providers/trmk-vcloudexpress/pom.xml +++ b/providers/trmk-vcloudexpress/pom.xml @@ -99,28 +99,13 @@ 1 - - - test.trmk-vcloudexpress.endpoint - ${test.trmk-vcloudexpress.endpoint} - - - test.trmk-vcloudexpress.apiversion - ${test.trmk-vcloudexpress.apiversion} - - - test.trmk-vcloudexpress.identity - ${test.trmk-vcloudexpress.identity} - - - test.trmk-vcloudexpress.credential - ${test.trmk-vcloudexpress.credential} - - - test.trmk-vcloudexpress.image-id - ${test.trmk-vcloudexpress.image-id} - - + + ${test.trmk-vcloudexpress.endpoint} + ${test.trmk-vcloudexpress.apiversion} + ${test.trmk-vcloudexpress.identity} + ${test.trmk-vcloudexpress.credential} + ${test.trmk-vcloudexpress.image-id} + diff --git a/sandbox-apis/elb/pom.xml b/sandbox-apis/elb/pom.xml index 9e3337e853..4a5ecf0e8f 100644 --- a/sandbox-apis/elb/pom.xml +++ b/sandbox-apis/elb/pom.xml @@ -114,52 +114,19 @@ test - - - test.elb.zone - ${test.elb.zone} - - - test.elb.endpoint - ${test.elb.endpoint} - - - test.elb.apiversion - ${test.elb.apiversion} - - - test.elb.identity - ${test.elb.identity} - - - test.elb.credential - ${test.elb.credential} - - - test.elb.compute.provider - ${test.elb.compute.provider} - - - test.elb.compute.endpoint - ${test.elb.compute.endpoint} - - - test.elb.compute.apiversion - ${test.elb.compute.apiversion} - - - test.elb.compute.identity - ${test.elb.compute.identity} - - - test.elb.compute.credential - ${test.elb.compute.credential} - - - test.elb.compute.image-id - ${test.elb.compute.image-id} - - + + ${test.elb.zone} + ${test.elb.endpoint} + ${test.elb.apiversion} + ${test.elb.identity} + ${test.elb.credential} + ${test.elb.compute.provider} + ${test.elb.compute.endpoint} + ${test.elb.compute.apiversion} + ${test.elb.compute.identity} + ${test.elb.compute.credential} + ${test.elb.compute.image-id} + diff --git a/sandbox-apis/libvirt/pom.xml b/sandbox-apis/libvirt/pom.xml index cd44f36e97..7a07bfa101 100644 --- a/sandbox-apis/libvirt/pom.xml +++ b/sandbox-apis/libvirt/pom.xml @@ -124,28 +124,13 @@ test - - - test.libvirt.endpoint - ${test.libvirt.endpoint} - - - test.libvirt.apiversion - ${test.libvirt.apiversion} - - - test.libvirt.identity - ${test.libvirt.identity} - - - test.libvirt.credential - ${test.libvirt.credential} - - - test.libvirt.image-id - ${test.libvirt.image-id} - - + + ${test.libvirt.endpoint} + ${test.libvirt.apiversion} + ${test.libvirt.identity} + ${test.libvirt.credential} + ${test.libvirt.image-id} + diff --git a/sandbox-apis/nirvanix/pom.xml b/sandbox-apis/nirvanix/pom.xml index 87036c7b30..1c07d593d0 100644 --- a/sandbox-apis/nirvanix/pom.xml +++ b/sandbox-apis/nirvanix/pom.xml @@ -104,24 +104,12 @@ test - - - test.nirvanix.endpoint - ${test.nirvanix.endpoint} - - - test.nirvanix.apiversion - ${test.nirvanix.apiversion} - - - test.nirvanix.identity - ${test.nirvanix.identity} - - - test.nirvanix.credential - ${test.nirvanix.credential} - - + + ${test.nirvanix.endpoint} + ${test.nirvanix.apiversion} + ${test.nirvanix.identity} + ${test.nirvanix.credential} + diff --git a/sandbox-apis/pcs/pom.xml b/sandbox-apis/pcs/pom.xml index 9de6f8d9df..6589e519b9 100644 --- a/sandbox-apis/pcs/pom.xml +++ b/sandbox-apis/pcs/pom.xml @@ -104,24 +104,12 @@ test - - - test.pcs.endpoint - ${test.pcs.endpoint} - - - test.pcs.apiversion - ${test.pcs.apiversion} - - - test.pcs.identity - ${test.pcs.identity} - - - test.pcs.credential - ${test.pcs.credential} - - + + ${test.pcs.endpoint} + ${test.pcs.apiversion} + ${test.pcs.identity} + ${test.pcs.credential} + diff --git a/sandbox-apis/scality-rs2/pom.xml b/sandbox-apis/scality-rs2/pom.xml index ab76354e00..1f8e37d778 100644 --- a/sandbox-apis/scality-rs2/pom.xml +++ b/sandbox-apis/scality-rs2/pom.xml @@ -99,36 +99,15 @@ test - - - test.scality-rs2.endpoint - ${test.scality-rs2.endpoint} - - - test.scality-rs2.apiversion - ${test.scality-rs2.apiversion} - - - test.scality-rs2.identity - ${test.scality-rs2.identity} - - - test.scality-rs2.credential - ${test.scality-rs2.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.scality-rs2.endpoint} + ${test.scality-rs2.apiversion} + ${test.scality-rs2.identity} + ${test.scality-rs2.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/sandbox-apis/simpledb/pom.xml b/sandbox-apis/simpledb/pom.xml index d0f58eaba8..ac40645cb8 100644 --- a/sandbox-apis/simpledb/pom.xml +++ b/sandbox-apis/simpledb/pom.xml @@ -77,24 +77,12 @@ test - - - test.simpledb.endpoint - ${test.simpledb.endpoint} - - - test.simpledb.apiversion - ${test.simpledb.apiversion} - - - test.simpledb.identity - ${test.simpledb.identity} - - - test.simpledb.credential - ${test.simpledb.credential} - - + + ${test.simpledb.endpoint} + ${test.simpledb.apiversion} + ${test.simpledb.identity} + ${test.simpledb.credential} + diff --git a/sandbox-apis/sqs/pom.xml b/sandbox-apis/sqs/pom.xml index 20e85c4c2d..6c70773fcf 100644 --- a/sandbox-apis/sqs/pom.xml +++ b/sandbox-apis/sqs/pom.xml @@ -77,24 +77,12 @@ test - - - test.sqs.endpoint - ${test.sqs.endpoint} - - - test.sqs.apiversion - ${test.sqs.apiversion} - - - test.sqs.identity - ${test.sqs.identity} - - - test.sqs.credential - ${test.sqs.credential} - - + + ${test.sqs.endpoint} + ${test.sqs.apiversion} + ${test.sqs.identity} + ${test.sqs.credential} + diff --git a/sandbox-providers/aws-elb/pom.xml b/sandbox-providers/aws-elb/pom.xml index 0cd5f1acb0..719a0e55f6 100644 --- a/sandbox-providers/aws-elb/pom.xml +++ b/sandbox-providers/aws-elb/pom.xml @@ -121,48 +121,18 @@ test - - - test.aws-elb.endpoint - ${test.aws-elb.endpoint} - - - test.aws-elb.apiversion - ${test.aws-elb.apiversion} - - - test.aws-elb.identity - ${test.aws-elb.identity} - - - test.aws-elb.credential - ${test.aws-elb.credential} - - - test.aws-elb.compute.provider - ${test.aws-elb.compute.provider} - - - test.aws-elb.compute.endpoint - ${test.aws-elb.compute.endpoint} - - - test.aws-elb.compute.apiversion - ${test.aws-elb.compute.apiversion} - - - test.aws-elb.compute.identity - ${test.aws-elb.compute.identity} - - - test.aws-elb.compute.credential - ${test.aws-elb.compute.credential} - - - test.aws-elb.compute.image-id - ${test.aws-elb.compute.image-id} - - + + ${test.aws-elb.endpoint} + ${test.aws-elb.apiversion} + ${test.aws-elb.identity} + ${test.aws-elb.credential} + ${test.aws-elb.compute.provider} + ${test.aws-elb.compute.endpoint} + ${test.aws-elb.compute.apiversion} + ${test.aws-elb.compute.identity} + ${test.aws-elb.compute.credential} + ${test.aws-elb.compute.image-id} + diff --git a/sandbox-providers/aws-simpledb/pom.xml b/sandbox-providers/aws-simpledb/pom.xml index f8f510d4ec..002e7229a3 100644 --- a/sandbox-providers/aws-simpledb/pom.xml +++ b/sandbox-providers/aws-simpledb/pom.xml @@ -91,24 +91,12 @@ test - - - test.aws-simpledb.endpoint - ${test.aws-simpledb.endpoint} - - - test.aws-simpledb.apiversion - ${test.aws-simpledb.apiversion} - - - test.aws-simpledb.identity - ${test.aws-simpledb.identity} - - - test.aws-simpledb.credential - ${test.aws-simpledb.credential} - - + + ${test.aws-simpledb.endpoint} + ${test.aws-simpledb.apiversion} + ${test.aws-simpledb.identity} + ${test.aws-simpledb.credential} + diff --git a/sandbox-providers/azurequeue/pom.xml b/sandbox-providers/azurequeue/pom.xml index 87c6a48840..48c289ecc4 100644 --- a/sandbox-providers/azurequeue/pom.xml +++ b/sandbox-providers/azurequeue/pom.xml @@ -84,24 +84,12 @@ test - - - test.azurequeue.endpoint - ${test.azurequeue.endpoint} - - - test.azurequeue.apiversion - ${test.azurequeue.apiversion} - - - test.azurequeue.identity - ${test.azurequeue.identity} - - - test.azurequeue.credential - ${test.azurequeue.credential} - - + + ${test.azurequeue.endpoint} + ${test.azurequeue.apiversion} + ${test.azurequeue.identity} + ${test.azurequeue.credential} + diff --git a/sandbox-providers/boxdotnet/pom.xml b/sandbox-providers/boxdotnet/pom.xml index 7c42228faa..8e87e04c14 100644 --- a/sandbox-providers/boxdotnet/pom.xml +++ b/sandbox-providers/boxdotnet/pom.xml @@ -95,24 +95,12 @@ test - - - test.boxdotnet.endpoint - ${test.boxdotnet.endpoint} - - - test.boxdotnet.apiversion - ${test.boxdotnet.apiversion} - - - test.boxdotnet.identity - ${test.boxdotnet.identity} - - - test.boxdotnet.credential - ${test.boxdotnet.credential} - - + + ${test.boxdotnet.endpoint} + ${test.boxdotnet.apiversion} + ${test.boxdotnet.identity} + ${test.boxdotnet.credential} + diff --git a/sandbox-providers/dunkel-vcd/pom.xml b/sandbox-providers/dunkel-vcd/pom.xml index 226844b248..7c25bc90d3 100644 --- a/sandbox-providers/dunkel-vcd/pom.xml +++ b/sandbox-providers/dunkel-vcd/pom.xml @@ -97,28 +97,13 @@ test - - - test.dunkel-vcd.endpoint - ${test.dunkel-vcd.endpoint} - - - test.dunkel-vcd.apiversion - ${test.dunkel-vcd.apiversion} - - - test.dunkel-vcd.identity - ${test.dunkel-vcd.identity} - - - test.dunkel-vcd.credential - ${test.dunkel-vcd.credential} - - - test.dunkel-vcd.image-id - ${test.dunkel-vcd.image-id} - - + + ${test.dunkel-vcd.endpoint} + ${test.dunkel-vcd.apiversion} + ${test.dunkel-vcd.identity} + ${test.dunkel-vcd.credential} + ${test.dunkel-vcd.image-id} + diff --git a/sandbox-providers/googlestorage/pom.xml b/sandbox-providers/googlestorage/pom.xml index 569258da08..57bc2e7aaf 100644 --- a/sandbox-providers/googlestorage/pom.xml +++ b/sandbox-providers/googlestorage/pom.xml @@ -99,36 +99,15 @@ test - - - test.googlestorage.endpoint - ${test.googlestorage.endpoint} - - - test.googlestorage.apiversion - ${test.googlestorage.apiversion} - - - test.googlestorage.identity - ${test.googlestorage.identity} - - - test.googlestorage.credential - ${test.googlestorage.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.googlestorage.endpoint} + ${test.googlestorage.apiversion} + ${test.googlestorage.identity} + ${test.googlestorage.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/sandbox-providers/hosteurope-storage/pom.xml b/sandbox-providers/hosteurope-storage/pom.xml index 259222f4e3..6c01b63456 100644 --- a/sandbox-providers/hosteurope-storage/pom.xml +++ b/sandbox-providers/hosteurope-storage/pom.xml @@ -106,36 +106,15 @@ test - - - test.hosteurope-storage.endpoint - ${test.hosteurope-storage.endpoint} - - - test.hosteurope-storage.apiversion - ${test.hosteurope-storage.apiversion} - - - test.hosteurope-storage.identity - ${test.hosteurope-storage.identity} - - - test.hosteurope-storage.credential - ${test.hosteurope-storage.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.hosteurope-storage.endpoint} + ${test.hosteurope-storage.apiversion} + ${test.hosteurope-storage.identity} + ${test.hosteurope-storage.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/sandbox-providers/ibm-smartcloud/pom.xml b/sandbox-providers/ibm-smartcloud/pom.xml index d0aaa67e61..08f70f0fdd 100644 --- a/sandbox-providers/ibm-smartcloud/pom.xml +++ b/sandbox-providers/ibm-smartcloud/pom.xml @@ -108,28 +108,13 @@ test - - - test.ibm-smartcloud.endpoint - ${test.ibm-smartcloud.endpoint} - - - test.ibm-smartcloud.apiversion - ${test.ibm-smartcloud.apiversion} - - - test.ibm-smartcloud.identity - ${test.ibm-smartcloud.identity} - - - test.ibm-smartcloud.credential - ${test.ibm-smartcloud.credential} - - - test.ibm-smartcloud.image-id - ${test.ibm-smartcloud.image-id} - - + + ${test.ibm-smartcloud.endpoint} + ${test.ibm-smartcloud.apiversion} + ${test.ibm-smartcloud.identity} + ${test.ibm-smartcloud.credential} + ${test.ibm-smartcloud.image-id} + diff --git a/sandbox-providers/scaleup-storage/pom.xml b/sandbox-providers/scaleup-storage/pom.xml index 73e82c2d7d..cc711d837e 100644 --- a/sandbox-providers/scaleup-storage/pom.xml +++ b/sandbox-providers/scaleup-storage/pom.xml @@ -106,36 +106,15 @@ test - - - test.scaleup-storage.endpoint - ${test.scaleup-storage.endpoint} - - - test.scaleup-storage.apiversion - ${test.scaleup-storage.apiversion} - - - test.scaleup-storage.identity - ${test.scaleup-storage.identity} - - - test.scaleup-storage.credential - ${test.scaleup-storage.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.scaleup-storage.endpoint} + ${test.scaleup-storage.apiversion} + ${test.scaleup-storage.identity} + ${test.scaleup-storage.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/sandbox-providers/tiscali-storage/pom.xml b/sandbox-providers/tiscali-storage/pom.xml index 3ba50f0e6f..90da8608ce 100644 --- a/sandbox-providers/tiscali-storage/pom.xml +++ b/sandbox-providers/tiscali-storage/pom.xml @@ -107,36 +107,15 @@ 1 - - - test.tiscali-storage.endpoint - ${test.tiscali-storage.endpoint} - - - test.tiscali-storage.apiversion - ${test.tiscali-storage.apiversion} - - - test.tiscali-storage.identity - ${test.tiscali-storage.identity} - - - test.tiscali-storage.credential - ${test.tiscali-storage.credential} - - - test.initializer - ${test.initializer} - - - jclouds.blobstore.httpstream.url - ${jclouds.blobstore.httpstream.url} - - - jclouds.blobstore.httpstream.md5 - ${jclouds.blobstore.httpstream.md5} - - + + ${test.tiscali-storage.endpoint} + ${test.tiscali-storage.apiversion} + ${test.tiscali-storage.identity} + ${test.tiscali-storage.credential} + ${test.initializer} + ${jclouds.blobstore.httpstream.url} + ${jclouds.blobstore.httpstream.md5} + diff --git a/sandbox-providers/tmrk-enterprisecloud/pom.xml b/sandbox-providers/tmrk-enterprisecloud/pom.xml index 99c50bc75c..398db07912 100644 --- a/sandbox-providers/tmrk-enterprisecloud/pom.xml +++ b/sandbox-providers/tmrk-enterprisecloud/pom.xml @@ -103,28 +103,13 @@ test - - - test.tmrk-enterprisecloud.endpoint - ${test.tmrk-enterprisecloud.endpoint} - - - test.tmrk-enterprisecloud.apiversion - ${test.tmrk-enterprisecloud.apiversion} - - - test.tmrk-enterprisecloud.identity - ${test.tmrk-enterprisecloud.identity} - - - test.tmrk-enterprisecloud.credential - ${test.tmrk-enterprisecloud.credential} - - - test.tmrk-enterprisecloud.image-id - ${test.tmrk-enterprisecloud.image-id} - - + + ${test.tmrk-enterprisecloud.endpoint} + ${test.tmrk-enterprisecloud.apiversion} + ${test.tmrk-enterprisecloud.identity} + ${test.tmrk-enterprisecloud.credential} + ${test.tmrk-enterprisecloud.image-id} + diff --git a/sandbox-providers/twitter/pom.xml b/sandbox-providers/twitter/pom.xml index 332237ef0a..b17df9779c 100644 --- a/sandbox-providers/twitter/pom.xml +++ b/sandbox-providers/twitter/pom.xml @@ -96,24 +96,12 @@ test - - - test.twitter.endpoint - ${test.twitter.endpoint} - - - test.twitter.apiversion - ${test.twitter.apiversion} - - - test.twitter.identity - ${test.twitter.identity} - - - test.twitter.credential - ${test.twitter.credential} - - + + ${test.twitter.endpoint} + ${test.twitter.apiversion} + ${test.twitter.identity} + ${test.twitter.credential} + diff --git a/sandbox-providers/virtacore-vcloudexpress/pom.xml b/sandbox-providers/virtacore-vcloudexpress/pom.xml index 8fd9b0b4a6..37b4df57ec 100644 --- a/sandbox-providers/virtacore-vcloudexpress/pom.xml +++ b/sandbox-providers/virtacore-vcloudexpress/pom.xml @@ -97,28 +97,13 @@ test - - - test.virtacore-vcloudexpress.endpoint - ${test.virtacore-vcloudexpress.endpoint} - - - test.virtacore-vcloudexpress.apiversion - ${test.virtacore-vcloudexpress.apiversion} - - - test.virtacore-vcloudexpress.identity - ${test.virtacore-vcloudexpress.identity} - - - test.virtacore-vcloudexpress.credential - ${test.virtacore-vcloudexpress.credential} - - - test.virtacore-vcloudexpress.image-id - ${test.virtacore-vcloudexpress.image-id} - - + + ${test.virtacore-vcloudexpress.endpoint} + ${test.virtacore-vcloudexpress.apiversion} + ${test.virtacore-vcloudexpress.identity} + ${test.virtacore-vcloudexpress.credential} + ${test.virtacore-vcloudexpress.image-id} + diff --git a/skeletons/standalone-compute/pom.xml b/skeletons/standalone-compute/pom.xml index e91c4d3706..c41698794d 100644 --- a/skeletons/standalone-compute/pom.xml +++ b/skeletons/standalone-compute/pom.xml @@ -96,24 +96,12 @@ test - - - test.servermanager.endpoint - ${test.servermanager.endpoint} - - - test.servermanager.apiversion - ${test.servermanager.apiversion} - - - test.servermanager.identity - ${test.servermanager.identity} - - - jclouds.compute.blacklist-nodes - ${jclouds.compute.blacklist-nodes} - - + + ${test.servermanager.endpoint} + ${test.servermanager.apiversion} + ${test.servermanager.identity} + ${jclouds.compute.blacklist-nodes} +