You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ab...@apache.org on 2013/05/13 21:05:05 UTC

[11/13] JCLOUDS-30. Switch to 2 space indents for POM files.

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/446ac678/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 2b558e8..669ac8d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1,167 +1,167 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    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
+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
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-    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.
+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.
 
 -->
 <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">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>jclouds-project</artifactId>
-        <groupId>org.apache.jclouds</groupId>
-        <version>1.7.0-SNAPSHOT</version>
-        <relativePath>../project/pom.xml</relativePath>
-    </parent>
-    <artifactId>jclouds-core</artifactId>
-    <name>jclouds Components Core</name>
-    <packaging>bundle</packaging>
-    <description>Core components to access jclouds services</description>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>jclouds-project</artifactId>
+    <groupId>org.apache.jclouds</groupId>
+    <version>1.7.0-SNAPSHOT</version>
+    <relativePath>../project/pom.xml</relativePath>
+  </parent>
+  <artifactId>jclouds-core</artifactId>
+  <name>jclouds Components Core</name>
+  <packaging>bundle</packaging>
+  <description>Core components to access jclouds services</description>
 
-    <scm>
-        <connection>scm:svn:http://jclouds.googlecode.com/svn/trunk</connection>
-        <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk</developerConnection>
-        <url>http://jclouds.googlecode.com/svn/trunk</url>
-      <tag>HEAD</tag>
+  <scm>
+    <connection>scm:svn:http://jclouds.googlecode.com/svn/trunk</connection>
+    <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk</developerConnection>
+    <url>http://jclouds.googlecode.com/svn/trunk</url>
+    <tag>HEAD</tag>
   </scm>
 
-    <properties>
-        <jclouds.osgi.import>
-          org.nnsoft.guice.rocoto*;version="[6.1,7)",
-          *
-        </jclouds.osgi.import>
-        <jclouds.osgi.export>org.jclouds*;version=${project.version};-noimport:=true</jclouds.osgi.export>
-        <jclouds.osgi.activator>org.jclouds.osgi.Activator</jclouds.osgi.activator>
-    </properties>
+  <properties>
+    <jclouds.osgi.import>
+      org.nnsoft.guice.rocoto*;version="[6.1,7)",
+      *
+    </jclouds.osgi.import>
+    <jclouds.osgi.export>org.jclouds*;version=${project.version};-noimport:=true</jclouds.osgi.export>
+    <jclouds.osgi.activator>org.jclouds.osgi.Activator</jclouds.osgi.activator>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>javax.ws.rs</groupId>
-            <artifactId>jsr311-api</artifactId>
-            <version>1.1.1</version>
-        </dependency>
-        <dependency>
-            <groupId>com.google.inject.extensions</groupId>
-            <artifactId>guice-assistedinject</artifactId>
-            <version>3.0</version>
-        </dependency>
-        <dependency>
-            <groupId>com.google.inject</groupId>
-            <artifactId>guice</artifactId>
-            <version>3.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.99soft.guice</groupId>
-            <artifactId>rocoto</artifactId>
-            <version>6.2</version>
-        </dependency>
-        <dependency>
-            <groupId>javax.inject</groupId>
-            <artifactId>javax.inject</artifactId>
-            <version>1</version>
-        </dependency>
-        <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>jsr250-api</artifactId>
-            <version>1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-security</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.google.code.gson</groupId>
-            <artifactId>gson</artifactId>
-            <version>2.2.2</version>
-        </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <version>14.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <version>4.2.0</version>
-            <scope>provided</scope>
-        </dependency>
-      <dependency>
-        <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.compendium</artifactId>
-        <version>4.2.0</version>
-        <scope>provided</scope>
-      </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>javax.ws.rs</groupId>
+      <artifactId>jsr311-api</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.inject.extensions</groupId>
+      <artifactId>guice-assistedinject</artifactId>
+      <version>3.0</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.inject</groupId>
+      <artifactId>guice</artifactId>
+      <version>3.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.99soft.guice</groupId>
+      <artifactId>rocoto</artifactId>
+      <version>6.2</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <version>1</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>jsr250-api</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.gson</groupId>
+      <artifactId>gson</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>14.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>4.2.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <version>4.2.0</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
 
-    <build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>com.theoryinpractise</groupId>
+        <artifactId>clojure-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <!--
+              These files are excluded to avoid corrupting the classpath with ProviderMetadata implementation
+              classes that should only be availble when running the core tests.
+          -->
+          <excludes>
+            <exclude>META-INF/services/</exclude>
+            <exclude>org/jclouds/providers/ProvidersTest.class</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>distribution</id>
+      <build>
         <plugins>
-            <plugin>
-                <groupId>com.theoryinpractise</groupId>
-                <artifactId>clojure-maven-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <executions>
+              <!-- overrides the default execution inherited from project -->
+              <execution>
+                <id>jar-with-dependencies</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
                 <configuration>
-                    <!--
-                        These files are excluded to avoid corrupting the classpath with ProviderMetadata implementation
-                        classes that should only be availble when running the core tests.
-                    -->
-                    <excludes>
-                        <exclude>META-INF/services/</exclude>
-                        <exclude>org/jclouds/providers/ProvidersTest.class</exclude>
-                    </excludes>
+                  <descriptors>
+                    <descriptor>jar-with-dependencies-descriptor.xml</descriptor>
+                  </descriptors>
                 </configuration>
-            </plugin>
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
-    </build>
-
-    <profiles>
-        <profile>
-            <id>distribution</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <executions>
-                            <!-- overrides the default execution inherited from project -->
-                            <execution>
-                                <id>jar-with-dependencies</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>single</goal>
-                                </goals>
-                                <configuration>
-                                    <descriptors>
-                                        <descriptor>jar-with-dependencies-descriptor.xml</descriptor>
-                                    </descriptors>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+      </build>
+    </profile>
+  </profiles>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/446ac678/demos/getpath/pom.xml
----------------------------------------------------------------------
diff --git a/demos/getpath/pom.xml b/demos/getpath/pom.xml
index 1a1f556..ff76c0c 100644
--- a/demos/getpath/pom.xml
+++ b/demos/getpath/pom.xml
@@ -1,118 +1,118 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    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
+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
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-    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.
+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.
 
 -->
 <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">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.jclouds</groupId>
-        <artifactId>jclouds-demos-project</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
-    </parent>
-    <artifactId>jclouds-demo-getpath</artifactId>
-    <name>jclouds getpath</name>
-    <description>jclouds blobstore tool that downloads a container path to a local directory</description>
-    <properties>
-        <jclouds.getpath.container>jclouds-getpath</jclouds.getpath.container>
-        <jclouds.getpath.path>1</jclouds.getpath.path>
-        <jclouds.test.listener></jclouds.test.listener>
-    </properties>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-demos-project</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>jclouds-demo-getpath</artifactId>
+  <name>jclouds getpath</name>
+  <description>jclouds blobstore tool that downloads a container path to a local directory</description>
+  <properties>
+    <jclouds.getpath.container>jclouds-getpath</jclouds.getpath.container>
+    <jclouds.getpath.path>1</jclouds.getpath.path>
+    <jclouds.test.listener></jclouds.test.listener>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>jclouds-allblobstore</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>jclouds-allblobstore</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+  </dependencies>
 
-    <build>
-        <finalName>${project.artifactId}</finalName>
+  <build>
+    <finalName>${project.artifactId}</finalName>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <mainClass>org.jclouds.blobstore.GetPath</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptorRefs>
+            <descriptorRef>jar-with-dependencies</descriptorRef>
+          </descriptorRefs>
+          <archive>
+            <manifest>
+              <mainClass>org.jclouds.blobstore.GetPath</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>live</id>
+      <build>
         <plugins>
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <archive>
-                        <manifest>
-                            <mainClass>org.jclouds.blobstore.GetPath</mainClass>
-                        </manifest>
-                    </archive>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>integration</id>
+                <phase>integration-test</phase>
+                <goals>
+                  <goal>test</goal>
+                </goals>
                 <configuration>
-                    <descriptorRefs>
-                        <descriptorRef>jar-with-dependencies</descriptorRef>
-                    </descriptorRefs>
-                    <archive>
-                        <manifest>
-                            <mainClass>org.jclouds.blobstore.GetPath</mainClass>
-                        </manifest>
-                    </archive>
+                  <systemPropertyVariables>
+                    <test.identity.azureblob>${jclouds.azure.storage.account}</test.identity.azureblob>
+                    <test.credential.azureblob>${jclouds.azure.storage.key}</test.credential.azureblob>
+                    <test.identity.cloudfiles>${jclouds.rackspace.user}</test.identity.cloudfiles>
+                    <test.credential.cloudfiles>${jclouds.rackspace.key}</test.credential.cloudfiles>
+                    <test.identity.s3>${jclouds.aws.accesskeyid}</test.identity.s3>
+                    <test.credential.s3>${jclouds.aws.secretaccesskey}</test.credential.s3>
+                    <jclouds.getpath.container>${jclouds.getpath.container}</jclouds.getpath.container>
+                    <jclouds.getpath.path>${jclouds.getpath.path}</jclouds.getpath.path>
+                  </systemPropertyVariables>
                 </configuration>
-                <executions>
-                    <execution>
-                        <id>make-assembly</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
-    </build>
-
-    <profiles>
-        <profile>
-            <id>live</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>integration</id>
-                                <phase>integration-test</phase>
-                                <goals>
-                                    <goal>test</goal>
-                                </goals>
-                                <configuration>
-                                    <systemPropertyVariables>
-                                        <test.identity.azureblob>${jclouds.azure.storage.account}</test.identity.azureblob>
-                                        <test.credential.azureblob>${jclouds.azure.storage.key}</test.credential.azureblob>
-                                        <test.identity.cloudfiles>${jclouds.rackspace.user}</test.identity.cloudfiles>
-                                        <test.credential.cloudfiles>${jclouds.rackspace.key}</test.credential.cloudfiles>
-                                        <test.identity.s3>${jclouds.aws.accesskeyid}</test.identity.s3>
-                                        <test.credential.s3>${jclouds.aws.secretaccesskey}</test.credential.s3>
-                                        <jclouds.getpath.container>${jclouds.getpath.container}</jclouds.getpath.container>
-                                        <jclouds.getpath.path>${jclouds.getpath.path}</jclouds.getpath.path>
-                                    </systemPropertyVariables>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+      </build>
+    </profile>
+  </profiles>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/446ac678/demos/googleappengine/pom.xml
----------------------------------------------------------------------
diff --git a/demos/googleappengine/pom.xml b/demos/googleappengine/pom.xml
index 048a909..e0b8116 100644
--- a/demos/googleappengine/pom.xml
+++ b/demos/googleappengine/pom.xml
@@ -1,396 +1,396 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    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
+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
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-    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.
+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.
 
 -->
 <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">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.jclouds</groupId>
-        <artifactId>jclouds-demos-project</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
-    </parent>
-    <artifactId>jclouds-demo-googleappengine</artifactId>
-    <packaging>war</packaging>
-    <name>JClouds Sample for Google App Engine</name>
-    <description>JClouds Sample for Google App Engine</description>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-demos-project</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>jclouds-demo-googleappengine</artifactId>
+  <packaging>war</packaging>
+  <name>JClouds Sample for Google App Engine</name>
+  <description>JClouds Sample for Google App Engine</description>
 
-    <properties>
-        <!--
-          note you must set the property ${appengine.sdk.root} to a valid
-          extraction of appengine-java-sdk
-        -->
-        <appengine.applicationid>jclouds-hpcloud-demo</appengine.applicationid>
-        <appengine.sdk.version>1.6.5</appengine.sdk.version>
-        <devappserver.address>localhost</devappserver.address>
-        <devappserver.port>8088</devappserver.port>
-    </properties>
+  <properties>
+    <!--
+        note you must set the property ${appengine.sdk.root} to a valid
+        extraction of appengine-java-sdk
+    -->
+    <appengine.applicationid>jclouds-hpcloud-demo</appengine.applicationid>
+    <appengine.sdk.version>1.6.5</appengine.sdk.version>
+    <devappserver.address>localhost</devappserver.address>
+    <devappserver.port>8088</devappserver.port>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-blobstore</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-compute</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.provider</groupId>
-            <artifactId>hpcloud-objectstorage</artifactId>
-            <version>${project.version}</version>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.driver</groupId>
-            <artifactId>jclouds-gae</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>com.google.inject.extensions</groupId>
-            <artifactId>guice-servlet</artifactId>
-            <version>3.0</version>
-        </dependency>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-blobstore</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-compute</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.provider</groupId>
+      <artifactId>hpcloud-objectstorage</artifactId>
+      <version>${project.version}</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-gae</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.inject.extensions</groupId>
+      <artifactId>guice-servlet</artifactId>
+      <version>3.0</version>
+    </dependency>
 
-        <!-- Google App Engine API -->
-        <dependency>
-            <groupId>com.google.appengine</groupId>
-            <artifactId>appengine-api-1.0-sdk</artifactId>
-            <version>${appengine.sdk.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>com.google.appengine</groupId>
-            <artifactId>appengine-tools-sdk</artifactId>
-            <version>${appengine.sdk.version}</version>
-            <scope>test</scope>
-        </dependency>
+    <!-- Google App Engine API -->
+    <dependency>
+      <groupId>com.google.appengine</groupId>
+      <artifactId>appengine-api-1.0-sdk</artifactId>
+      <version>${appengine.sdk.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.appengine</groupId>
+      <artifactId>appengine-tools-sdk</artifactId>
+      <version>${appengine.sdk.version}</version>
+      <scope>test</scope>
+    </dependency>
 
-        <!-- WAR Dependencies: need to be validated -->
-        <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>
+    <!-- WAR Dependencies: need to be validated -->
+    <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>
+      <plugin>      
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <configuration>
+          <!-- prevents the maven-war-plugin from including the resources in WEB-INF/classes -->
+          <attached>false</attached>
+        </configuration>
+      </plugin>
+      <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/appengine</directory>
+              <targetPath>WEB-INF</targetPath>
+              <filtering>true</filtering>
+              <excludes>
+                <exclude>.gitignore</exclude>
+              </excludes>
+            </resource>
+          </webResources>
+        </configuration>
+      </plugin>
+      <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.5</version>
+                </dependency>
+                <dependency>
+                  <groupId>com.google.appengine</groupId>
+                  <artifactId>appengine-tools-sdk</artifactId>
+                  <version>1.6.5</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, with Tomcat and Jetty -->
+              <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.5</version>
+                  <scope>test</scope>
+                </dependency>
+                <dependency>
+                  <groupId>org.apache.tomcat</groupId>
+                  <artifactId>servlet-api</artifactId>
+                  <version>6.0.32</version>
+                  <scope>test</scope>
+                </dependency>
+                <dependency>
+                  <groupId>org.mortbay.jetty</groupId>
+                  <artifactId>jetty-runner</artifactId>
+                  <version>7.5.4.v20111024</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/javaee_5.xsd</resource>
+                <resource>javax/servlet/resources/javaee_web_services_client_1_2.xsd</resource>
+                <resource>javax/servlet/resources/jsp_2_0.xsd</resource>
+                <resource>javax/servlet/resources/jsp_2_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/LocalStrings_fr.properties</resource>
+                <resource>javax/servlet/LocalStrings_ja.properties</resource>
+                <resource>javax/servlet/http/LocalStrings.properties</resource>
+                <resource>javax/servlet/http/LocalStrings_es.properties</resource>
+                <resource>javax/servlet/http/LocalStrings_fr.properties</resource>
+                <resource>javax/servlet/http/LocalStrings_ja.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>
+            <exception>
+              <!-- Jetty Runner includes taglibs and jstl -->
+              <conflictingDependencies>
+                <dependency>
+                  <groupId>javax.servlet</groupId>
+                  <artifactId>jstl</artifactId>
+                  <version>1.1.2</version>
+                  <scope>runtime</scope>
+                </dependency>
+                <dependency>
+                  <groupId>taglibs</groupId>
+                  <artifactId>standard</artifactId>
+                  <version>1.1.2</version>
+                  <scope>runtime</scope>
+                </dependency>
+                <dependency>
+                  <groupId>org.mortbay.jetty</groupId>
+                  <artifactId>jetty-runner</artifactId>
+                  <version>7.5.4.v20111024</version>
+                  <scope>test</scope>
+                </dependency>
+              </conflictingDependencies>
+              <packages>
+                <package>javax.servlet.jsp.jstl</package>
+                <package>org.apache.taglibs</package>
+              </packages>
+              <resources>
+                <resource>META-INF/c-1_0-rt.tld</resource>
+                <resource>META-INF/c-1_0.tld</resource>
+                <resource>META-INF/c.tld</resource>
+                <resource>META-INF/fmt-1_0-rt.tld</resource>
+                <resource>META-INF/fmt-1_0.tld</resource>
+                <resource>META-INF/fmt.tld</resource>
+                <resource>META-INF/fn.tld</resource>
+                <resource>META-INF/permittedTaglibs.tld</resource>
+                <resource>META-INF/scriptfree.tld</resource>
+                <resource>META-INF/sql-1_0-rt.tld</resource>
+                <resource>META-INF/sql-1_0.tld</resource>
+                <resource>META-INF/sql.tld</resource>
+                <resource>META-INF/x-1_0-rt.tld</resource>
+                <resource>META-INF/x-1_0.tld</resource>
+                <resource>META-INF/x.tld</resource>
+                <resource>org/apache/taglibs/standard/lang/jstl/Resources.properties</resource>
+                <resource>org/apache/taglibs/standard/lang/jstl/Resources_ja.properties</resource>
+                <resource>org/apache/taglibs/standard/resources/Resources.properties</resource>
+                <resource>org/apache/taglibs/standard/resources/Resources_ja.properties</resource>
+              </resources>
+            </exception>
+          </exceptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>live</id>
+      <build>
         <plugins>
-            <plugin>      
-                <artifactId>maven-remote-resources-plugin</artifactId>
-                <configuration>
-                    <!-- prevents the maven-war-plugin from including the resources in WEB-INF/classes -->
-                    <attached>false</attached>
-                </configuration>
-            </plugin>
-           <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/appengine</directory>
-                           <targetPath>WEB-INF</targetPath>
-                           <filtering>true</filtering>
-                           <excludes>
-                               <exclude>.gitignore</exclude>
-                           </excludes>
-                       </resource>
-                   </webResources>
-               </configuration>
-           </plugin>
-            <plugin>
-                <groupId>com.ning.maven.plugins</groupId>
-                <artifactId>maven-duplicate-finder-plugin</artifactId>
-                <version>1.0.3</version>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>integration</id>
+                <phase>integration-test</phase>
+                <goals>
+                  <goal>test</goal>
+                </goals>
                 <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.5</version>
-                                </dependency>
-                                <dependency>
-                                    <groupId>com.google.appengine</groupId>
-                                    <artifactId>appengine-tools-sdk</artifactId>
-                                    <version>1.6.5</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, with Tomcat and Jetty -->
-                            <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.5</version>
-                                    <scope>test</scope>
-                                </dependency>
-                                <dependency>
-                                    <groupId>org.apache.tomcat</groupId>
-                                    <artifactId>servlet-api</artifactId>
-                                    <version>6.0.32</version>
-                                    <scope>test</scope>
-                                </dependency>
-                                <dependency>
-                                    <groupId>org.mortbay.jetty</groupId>
-                                    <artifactId>jetty-runner</artifactId>
-                                    <version>7.5.4.v20111024</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/javaee_5.xsd</resource>
-                                <resource>javax/servlet/resources/javaee_web_services_client_1_2.xsd</resource>
-                                <resource>javax/servlet/resources/jsp_2_0.xsd</resource>
-                                <resource>javax/servlet/resources/jsp_2_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/LocalStrings_fr.properties</resource>
-                                <resource>javax/servlet/LocalStrings_ja.properties</resource>
-                                <resource>javax/servlet/http/LocalStrings.properties</resource>
-                                <resource>javax/servlet/http/LocalStrings_es.properties</resource>
-                                <resource>javax/servlet/http/LocalStrings_fr.properties</resource>
-                                <resource>javax/servlet/http/LocalStrings_ja.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>
-                        <exception>
-                            <!-- Jetty Runner includes taglibs and jstl -->
-                            <conflictingDependencies>
-                                <dependency>
-                                    <groupId>javax.servlet</groupId>
-                                    <artifactId>jstl</artifactId>
-                                    <version>1.1.2</version>
-                                    <scope>runtime</scope>
-                                </dependency>
-                                <dependency>
-                                    <groupId>taglibs</groupId>
-                                    <artifactId>standard</artifactId>
-                                    <version>1.1.2</version>
-                                    <scope>runtime</scope>
-                                </dependency>
-                                <dependency>
-                                    <groupId>org.mortbay.jetty</groupId>
-                                    <artifactId>jetty-runner</artifactId>
-                                    <version>7.5.4.v20111024</version>
-                                    <scope>test</scope>
-                                </dependency>
-                            </conflictingDependencies>
-                            <packages>
-                                <package>javax.servlet.jsp.jstl</package>
-                                <package>org.apache.taglibs</package>
-                            </packages>
-                            <resources>
-                                <resource>META-INF/c-1_0-rt.tld</resource>
-                                <resource>META-INF/c-1_0.tld</resource>
-                                <resource>META-INF/c.tld</resource>
-                                <resource>META-INF/fmt-1_0-rt.tld</resource>
-                                <resource>META-INF/fmt-1_0.tld</resource>
-                                <resource>META-INF/fmt.tld</resource>
-                                <resource>META-INF/fn.tld</resource>
-                                <resource>META-INF/permittedTaglibs.tld</resource>
-                                <resource>META-INF/scriptfree.tld</resource>
-                                <resource>META-INF/sql-1_0-rt.tld</resource>
-                                <resource>META-INF/sql-1_0.tld</resource>
-                                <resource>META-INF/sql.tld</resource>
-                                <resource>META-INF/x-1_0-rt.tld</resource>
-                                <resource>META-INF/x-1_0.tld</resource>
-                                <resource>META-INF/x.tld</resource>
-                                <resource>org/apache/taglibs/standard/lang/jstl/Resources.properties</resource>
-                                <resource>org/apache/taglibs/standard/lang/jstl/Resources_ja.properties</resource>
-                                <resource>org/apache/taglibs/standard/resources/Resources.properties</resource>
-                                <resource>org/apache/taglibs/standard/resources/Resources_ja.properties</resource>
-                            </resources>
-                        </exception>
-                    </exceptions>
+                  <systemPropertyVariables>
+                    <!-- note you can add support for new clouds by adding more entries here
+                         after adding maven dependency  -->
+                    <test.hpcloud-objectstorage.identity>${test.hpcloud-objectstorage.identity}</test.hpcloud-objectstorage.identity>
+                    <test.hpcloud-objectstorage.credential>${test.hpcloud-objectstorage.credential}</test.hpcloud-objectstorage.credential>
+                    <appengine.sdk.root>${appengine.sdk.root}</appengine.sdk.root>
+                    <devappserver.address>${devappserver.address}</devappserver.address>
+                    <devappserver.port>${devappserver.port}</devappserver.port>
+                    <warfile>${project.build.directory}/${project.artifactId}</warfile>
+                  </systemPropertyVariables>
                 </configuration>
-            </plugin>
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
-    </build>
-
-    <profiles>
-        <profile>
-            <id>live</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>integration</id>
-                                <phase>integration-test</phase>
-                                <goals>
-                                    <goal>test</goal>
-                                </goals>
-                                <configuration>
-                                    <systemPropertyVariables>
-                                        <!-- note you can add support for new clouds by adding more entries here
-                                             after adding maven dependency  -->
-                                        <test.hpcloud-objectstorage.identity>${test.hpcloud-objectstorage.identity}</test.hpcloud-objectstorage.identity>
-                                        <test.hpcloud-objectstorage.credential>${test.hpcloud-objectstorage.credential}</test.hpcloud-objectstorage.credential>
-                                        <appengine.sdk.root>${appengine.sdk.root}</appengine.sdk.root>
-                                        <devappserver.address>${devappserver.address}</devappserver.address>
-                                        <devappserver.port>${devappserver.port}</devappserver.port>
-                                        <warfile>${project.build.directory}/${project.artifactId}</warfile>
-                                    </systemPropertyVariables>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
-            <id>deploy</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>net.kindleit</groupId>
-                        <artifactId>maven-gae-plugin</artifactId>
-                        <version>0.9.2</version>
-                        <configuration>
-                            <serverId>google-appengine</serverId>
-                            <sdkDir>${appengine.sdk.root}</sdkDir>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+      </build>
+    </profile>
+    <profile>
+      <id>deploy</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>net.kindleit</groupId>
+            <artifactId>maven-gae-plugin</artifactId>
+            <version>0.9.2</version>
+            <configuration>
+              <serverId>google-appengine</serverId>
+              <sdkDir>${appengine.sdk.root}</sdkDir>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/446ac678/demos/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pom.xml b/demos/pom.xml
index 12b2a91..80049f6 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -1,60 +1,60 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    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
+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
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-    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.
+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.
 
 -->
 <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-project</artifactId>
-        <groupId>org.apache.jclouds</groupId>
-        <version>1.7.0-SNAPSHOT</version>
-        <relativePath>../project/pom.xml</relativePath>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>jclouds-demos-project</artifactId>
-    <packaging>pom</packaging>
-    <name>jclouds demos project</name>
-    <modules>
-        <module>getpath</module>
-        <module>googleappengine</module>
-        <module>speedtest-azurequeue</module>
-        <module>speedtest-sqs</module>
-        <module>simpledb</module>
-    </modules>
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>jclouds-core</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-           <groupId>log4j</groupId>
-           <artifactId>log4j</artifactId>
-           <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.driver</groupId>
-            <artifactId>jclouds-log4j</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+  <parent>
+    <artifactId>jclouds-project</artifactId>
+    <groupId>org.apache.jclouds</groupId>
+    <version>1.7.0-SNAPSHOT</version>
+    <relativePath>../project/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jclouds-demos-project</artifactId>
+  <packaging>pom</packaging>
+  <name>jclouds demos project</name>
+  <modules>
+    <module>getpath</module>
+    <module>googleappengine</module>
+    <module>speedtest-azurequeue</module>
+    <module>speedtest-sqs</module>
+    <module>simpledb</module>
+  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>jclouds-core</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-log4j</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/446ac678/demos/simpledb/pom.xml
----------------------------------------------------------------------
diff --git a/demos/simpledb/pom.xml b/demos/simpledb/pom.xml
index 722716f..3617793 100644
--- a/demos/simpledb/pom.xml
+++ b/demos/simpledb/pom.xml
@@ -1,79 +1,79 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    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
+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
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-    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.
+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.
 
 -->
 <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">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache.jclouds</groupId>
-		<artifactId>jclouds-demos-project</artifactId>
-		<version>1.7.0-SNAPSHOT</version>
-	</parent>
-	<artifactId>jclouds-demo-simpledb</artifactId>
-	<name>jclouds simpledb sample that putAttributes and select it</name>
-	<description>jclouds simpledb sample that putAttributes and select it</description>
-	
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-demos-project</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>jclouds-demo-simpledb</artifactId>
+  <name>jclouds simpledb sample that putAttributes and select it</name>
+  <description>jclouds simpledb sample that putAttributes and select it</description>
+  
   <dependencies>
-      <dependency>
-          <groupId>org.apache.jclouds.provider</groupId>
-          <artifactId>aws-simpledb</artifactId>
-          <version>${project.version}</version>
-      </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.provider</groupId>
+      <artifactId>aws-simpledb</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 
-	<build>
-		<finalName>${project.artifactId}</finalName>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<configuration>
-					<archive>
-						<manifest>
-							<mainClass>org.jclouds.simpledb.samples.MainApp</mainClass>
-						</manifest>
-					</archive>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<configuration>
-					<descriptorRefs>
-						<descriptorRef>jar-with-dependencies</descriptorRef>
-					</descriptorRefs>
-					<archive>
-						<manifest>
-							<mainClass>org.jclouds.simpledb.samples.MainApp</mainClass>
-						</manifest>
-					</archive>
-				</configuration>
-				<executions>
-					<execution>
-						<id>make-assembly</id>
-						<phase>package</phase>
-						<goals>
-							<goal>single</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <finalName>${project.artifactId}</finalName>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <mainClass>org.jclouds.simpledb.samples.MainApp</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptorRefs>
+            <descriptorRef>jar-with-dependencies</descriptorRef>
+          </descriptorRefs>
+          <archive>
+            <manifest>
+              <mainClass>org.jclouds.simpledb.samples.MainApp</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/446ac678/demos/speedtest-azurequeue/pom.xml
----------------------------------------------------------------------
diff --git a/demos/speedtest-azurequeue/pom.xml b/demos/speedtest-azurequeue/pom.xml
index 907f1a7..12c1267 100644
--- a/demos/speedtest-azurequeue/pom.xml
+++ b/demos/speedtest-azurequeue/pom.xml
@@ -1,83 +1,83 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    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
+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
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-    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.
+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.
 
 -->
 <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">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache.jclouds</groupId>
-		<artifactId>jclouds-demos-project</artifactId>
-		<version>1.7.0-SNAPSHOT</version>
-	</parent>
-	<artifactId>jclouds-demo-speedtest-azurequeue</artifactId>
-	<name>Speed tests of Azure's queue offering</name>
-	<description>Creates a queue and then tests performance against it</description>
-	
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-demos-project</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>jclouds-demo-speedtest-azurequeue</artifactId>
+  <name>Speed tests of Azure's queue offering</name>
+  <description>Creates a queue and then tests performance against it</description>
+  
   <dependencies>
-      <dependency>
-          <groupId>org.apache.jclouds.driver</groupId>
-          <artifactId>jclouds-enterprise</artifactId>
-          <version>${project.version}</version>
-      </dependency> 
-      <dependency>
-          <groupId>org.apache.jclouds.provider</groupId>
-          <artifactId>azurequeue</artifactId>
-          <version>${project.version}</version>
-      </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-enterprise</artifactId>
+      <version>${project.version}</version>
+    </dependency> 
+    <dependency>
+      <groupId>org.apache.jclouds.provider</groupId>
+      <artifactId>azurequeue</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 
-	<build>
-		<finalName>${project.artifactId}</finalName>
-		<plugins>
-			<plugin>
-				<artifactId>maven-jar-plugin</artifactId>
-				<configuration>
-					<archive>
-						<manifest>
-							<mainClass>org.jclouds.azure.azurequeue.SpeedTest</mainClass>
-						</manifest>
-					</archive>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<configuration>
-					<descriptorRefs>
-						<descriptorRef>jar-with-dependencies</descriptorRef>
-					</descriptorRefs>
-					<archive>
-						<manifest>
-							<mainClass>org.jclouds.azure.azurequeue.SpeedTest</mainClass>
-						</manifest>
-					</archive>
-				</configuration>
-				<executions>
-					<execution>
-						<id>make-assembly</id>
-						<phase>package</phase>
-						<goals>
-							<goal>single</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <finalName>${project.artifactId}</finalName>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <mainClass>org.jclouds.azure.azurequeue.SpeedTest</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptorRefs>
+            <descriptorRef>jar-with-dependencies</descriptorRef>
+          </descriptorRefs>
+          <archive>
+            <manifest>
+              <mainClass>org.jclouds.azure.azurequeue.SpeedTest</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/446ac678/demos/speedtest-sqs/pom.xml
----------------------------------------------------------------------
diff --git a/demos/speedtest-sqs/pom.xml b/demos/speedtest-sqs/pom.xml
index 9358f31..13f5270 100644
--- a/demos/speedtest-sqs/pom.xml
+++ b/demos/speedtest-sqs/pom.xml
@@ -1,84 +1,84 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    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
+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
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-    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.
+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.
 
 -->
 <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">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache.jclouds</groupId>
-		<artifactId>jclouds-demos-project</artifactId>
-		<version>1.7.0-SNAPSHOT</version>
-	</parent>
-	<artifactId>jclouds-demo-speedtest-sqs</artifactId>
-	<name>Speed tests of SQS across regions</name>
-	<description>Creates a queue in all amazon regions and then tests performance against it</description>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-demos-project</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>jclouds-demo-speedtest-sqs</artifactId>
+  <name>Speed tests of SQS across regions</name>
+  <description>Creates a queue in all amazon regions and then tests performance against it</description>
 
   <dependencies>
-      <dependency>
-          <groupId>org.apache.jclouds.api</groupId>
-          <artifactId>sqs</artifactId>
-          <version>${project.version}</version>
-      </dependency> 
-      <dependency>
-          <groupId>org.apache.jclouds.driver</groupId>
-          <artifactId>jclouds-enterprise</artifactId>
-          <version>${project.version}</version>
-      </dependency> 
+    <dependency>
+      <groupId>org.apache.jclouds.api</groupId>
+      <artifactId>sqs</artifactId>
+      <version>${project.version}</version>
+    </dependency> 
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-enterprise</artifactId>
+      <version>${project.version}</version>
+    </dependency> 
   </dependencies>
 
-	<build>
-		<finalName>${project.artifactId}</finalName>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<configuration>
-					<archive>
-						<manifest>
-							<mainClass>org.jclouds.aws.sqs.SpeedTest</mainClass>
-						</manifest>
-					</archive>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<configuration>
-					<descriptorRefs>
-						<descriptorRef>jar-with-dependencies</descriptorRef>
-					</descriptorRefs>
-					<archive>
-						<manifest>
-							<mainClass>org.jclouds.aws.sqs.SpeedTest</mainClass>
-						</manifest>
-					</archive>
-				</configuration>
-				<executions>
-					<execution>
-						<id>make-assembly</id>
-						<phase>package</phase>
-						<goals>
-							<goal>single</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <finalName>${project.artifactId}</finalName>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <mainClass>org.jclouds.aws.sqs.SpeedTest</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptorRefs>
+            <descriptorRef>jar-with-dependencies</descriptorRef>
+          </descriptorRefs>
+          <archive>
+            <manifest>
+              <mainClass>org.jclouds.aws.sqs.SpeedTest</mainClass>
+            </manifest>
+          </archive>
+        </configuration>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/446ac678/drivers/apachehc/pom.xml
----------------------------------------------------------------------
diff --git a/drivers/apachehc/pom.xml b/drivers/apachehc/pom.xml
index cc12196..736bc7d 100644
--- a/drivers/apachehc/pom.xml
+++ b/drivers/apachehc/pom.xml
@@ -1,78 +1,78 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    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
+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
 
-      http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-    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.
+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.
 
 -->
 <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">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.jclouds</groupId>
-        <artifactId>jclouds-project</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
-        <relativePath>../../project/pom.xml</relativePath>
-    </parent>
-    <groupId>org.apache.jclouds.driver</groupId>
-    <artifactId>jclouds-apachehc</artifactId>
-    <name>jclouds Apache Http Components Client</name>
-    <packaging>bundle</packaging>
-    <description>Apache HttpComponents client</description>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-project</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
+    <relativePath>../../project/pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.jclouds.driver</groupId>
+  <artifactId>jclouds-apachehc</artifactId>
+  <name>jclouds Apache Http Components Client</name>
+  <packaging>bundle</packaging>
+  <description>Apache HttpComponents client</description>
 
-    <properties>
-        <jclouds.osgi.export>org.jclouds.http.apachehc*;version="${project.version}"</jclouds.osgi.export>
-        <jclouds.osgi.import>org.jclouds*;version="${project.version}",*</jclouds.osgi.import>
-    </properties>
+  <properties>
+    <jclouds.osgi.export>org.jclouds.http.apachehc*;version="${project.version}"</jclouds.osgi.export>
+    <jclouds.osgi.import>org.jclouds*;version="${project.version}",*</jclouds.osgi.import>
+  </properties>
 
-    <!-- bootstrapping: need to fetch the project POM -->
-    <repositories>
-        <repository>
-            <id>jclouds-sona-snapshots-nexus</id>
-            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
+  <!-- bootstrapping: need to fetch the project POM -->
+  <repositories>
+    <repository>
+      <id>jclouds-sona-snapshots-nexus</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-core</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-            <version>4.2.2</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-security</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-core</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-core</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.2.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 
 </project>