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 22:12:58 UTC

[4/5] git commit: JCLOUDS-30. Switch to 2 space indents for POM files.

JCLOUDS-30. Switch to 2 space indents for POM files.


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/151dcb80
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/151dcb80
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/151dcb80

Branch: refs/heads/1.5.x
Commit: 151dcb80942620c18f870fec173c1d19cdd6c64d
Parents: bac6d21
Author: Andrew Bayer <an...@gmail.com>
Authored: Mon May 13 12:07:24 2013 -0700
Committer: Andrew Bayer <an...@gmail.com>
Committed: Mon May 13 12:07:24 2013 -0700

----------------------------------------------------------------------
 cache/pom.xml         |  140 +++---
 chef/cache/pom.xml    |  126 +++---
 chef/commands/pom.xml |  222 ++++----
 chef/core/pom.xml     |   84 ++--
 chef/pom.xml          |   32 +-
 chef/services/pom.xml |  162 +++---
 commands/pom.xml      |  310 ++++++------
 core/pom.xml          |  126 +++---
 feature/pom.xml       |  216 ++++----
 itests/pom.xml        |  378 +++++++-------
 pom.xml               | 1238 ++++++++++++++++++++++----------------------
 recipe/pom.xml        |  126 +++---
 services/pom.xml      |  182 ++++----
 urlhandler/pom.xml    |  102 ++--
 utils/pom.xml         |   60 ++--
 15 files changed, 1752 insertions(+), 1752 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/151dcb80/cache/pom.xml
----------------------------------------------------------------------
diff --git a/cache/pom.xml b/cache/pom.xml
index 2153e1a..0ffbeda 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -1,81 +1,81 @@
 <?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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>jclouds-karaf-pom</artifactId>
-        <groupId>org.apache.jclouds</groupId>
-        <version>1.5.9-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>jclouds-karaf-pom</artifactId>
+    <groupId>org.apache.jclouds</groupId>
+    <version>1.5.9-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.jclouds.karaf</groupId>
-    <artifactId>cache</artifactId>
-    <packaging>bundle</packaging>
-    <name>JClouds :: Karaf :: Cache</name>
+  <groupId>org.apache.jclouds.karaf</groupId>
+  <artifactId>cache</artifactId>
+  <packaging>bundle</packaging>
+  <name>JClouds :: Karaf :: Cache</name>
 
-    <properties>
-        <osgi.export>org.jclouds.karaf.cache*;version=${project.version};-noimport:=true</osgi.export>
-        <osgi.export.service>org.jclouds.karaf.cache.CacheProvider</osgi.export.service>
-        <osgi.import>
-            org.jclouds.karaf.recipe*,
-            org.jclouds*;version=${jclouds.version},
-            *
-        </osgi.import>
-        <osgi.private>org.jclouds.karaf.utils</osgi.private>
-        <osgi.activator>org.jclouds.karaf.cache.Activator</osgi.activator>
-    </properties>
+  <properties>
+    <osgi.export>org.jclouds.karaf.cache*;version=${project.version};-noimport:=true</osgi.export>
+    <osgi.export.service>org.jclouds.karaf.cache.CacheProvider</osgi.export.service>
+    <osgi.import>
+      org.jclouds.karaf.recipe*,
+      org.jclouds*;version=${jclouds.version},
+      *
+    </osgi.import>
+    <osgi.private>org.jclouds.karaf.utils</osgi.private>
+    <osgi.activator>org.jclouds.karaf.cache.Activator</osgi.activator>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>recipe</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>utils</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-compute</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-blobstore</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>recipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-compute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-blobstore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/151dcb80/chef/cache/pom.xml
----------------------------------------------------------------------
diff --git a/chef/cache/pom.xml b/chef/cache/pom.xml
index 9cf7aff..811085b 100644
--- a/chef/cache/pom.xml
+++ b/chef/cache/pom.xml
@@ -1,74 +1,74 @@
 <?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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>chef</artifactId>
-        <groupId>org.apache.jclouds.karaf</groupId>
-        <version>1.5.9-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>chef</artifactId>
+    <groupId>org.apache.jclouds.karaf</groupId>
+    <version>1.5.9-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.jclouds.karaf.chef</groupId>
-    <artifactId>cache</artifactId>
-    <packaging>bundle</packaging>
-    <name>JClouds :: Karaf :: Chef :: Cache</name>
+  <groupId>org.apache.jclouds.karaf.chef</groupId>
+  <artifactId>cache</artifactId>
+  <packaging>bundle</packaging>
+  <name>JClouds :: Karaf :: Chef :: Cache</name>
 
-    <properties>
-        <osgi.export>org.jclouds.karaf.chef.cache;version=${project.version};-noimport:=true</osgi.export>
-        <osgi.export.service>org.jclouds.karaf.cache.CacheProvider</osgi.export.service>
-        <osgi.import>
-            org.jclouds.chef*;version=${jclouds.chef.version},
-            org.jclouds.karaf.cache*,
-            org.jclouds*;version=${jclouds.version},
-            *
-        </osgi.import>
-        <osgi.private>org.jclouds.karaf.cache.utils</osgi.private>
-        <osgi.activator>org.jclouds.karaf.chef.cache.Activator</osgi.activator>
-    </properties>
+  <properties>
+    <osgi.export>org.jclouds.karaf.chef.cache;version=${project.version};-noimport:=true</osgi.export>
+    <osgi.export.service>org.jclouds.karaf.cache.CacheProvider</osgi.export.service>
+    <osgi.import>
+      org.jclouds.chef*;version=${jclouds.chef.version},
+      org.jclouds.karaf.cache*,
+      org.jclouds*;version=${jclouds.version},
+      *
+    </osgi.import>
+    <osgi.private>org.jclouds.karaf.cache.utils</osgi.private>
+    <osgi.activator>org.jclouds.karaf.chef.cache.Activator</osgi.activator>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>cache</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.api</groupId>
-            <artifactId>chef</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>cache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.api</groupId>
+      <artifactId>chef</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/151dcb80/chef/commands/pom.xml
----------------------------------------------------------------------
diff --git a/chef/commands/pom.xml b/chef/commands/pom.xml
index 5bfe9dc..9a0d85c 100644
--- a/chef/commands/pom.xml
+++ b/chef/commands/pom.xml
@@ -1,122 +1,122 @@
 <?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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>chef</artifactId>
-        <groupId>org.apache.jclouds.karaf</groupId>
-        <version>1.5.9-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>chef</artifactId>
+    <groupId>org.apache.jclouds.karaf</groupId>
+    <version>1.5.9-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.jclouds.karaf.chef</groupId>
-    <artifactId>commands</artifactId>
-    <packaging>bundle</packaging>
-    <name>JClouds :: Karaf :: Chef :: Commands</name>
+  <groupId>org.apache.jclouds.karaf.chef</groupId>
+  <artifactId>commands</artifactId>
+  <packaging>bundle</packaging>
+  <name>JClouds :: Karaf :: Chef :: Commands</name>
 
-    <properties>
-        <osgi.export>org.jclouds.karaf.chef.commands*</osgi.export>
-        <osgi.import>
-            javax.script,
-            org.codehaus.groovy.jsr223,
-            org.jclouds.karaf.cache*;version=${project.version},
-            org.jclouds.compute;version=${jclouds.version},
-            org.apache.felix.service.command,
-            org.apache.felix.gogo.commands,
-            org.apache.karaf.shell.console;version="[2.2,4)",
-            org.apache.karaf.shell.console.commands;version="[2.2,4)",
-            org.apache.karaf.shell.console.completer;version="[2.2,4)",
-            *
-        </osgi.import>
-        <osgi.private>
-            org.jclouds.karaf.chef.core*,
-            org.jclouds.karaf.utils*,
-        </osgi.private>
-    </properties>
+  <properties>
+    <osgi.export>org.jclouds.karaf.chef.commands*</osgi.export>
+    <osgi.import>
+      javax.script,
+      org.codehaus.groovy.jsr223,
+      org.jclouds.karaf.cache*;version=${project.version},
+      org.jclouds.compute;version=${jclouds.version},
+      org.apache.felix.service.command,
+      org.apache.felix.gogo.commands,
+      org.apache.karaf.shell.console;version="[2.2,4)",
+      org.apache.karaf.shell.console.commands;version="[2.2,4)",
+      org.apache.karaf.shell.console.completer;version="[2.2,4)",
+      *
+    </osgi.import>
+    <osgi.private>
+      org.jclouds.karaf.chef.core*,
+      org.jclouds.karaf.utils*,
+    </osgi.private>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.jclouds.api</groupId>
-            <artifactId>chef</artifactId>
-        </dependency>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.jclouds.api</groupId>
+      <artifactId>chef</artifactId>
+    </dependency>
 
-        <!-- Internal Dependencies -->
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>cache</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>utils</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>services</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>commands</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf.chef</groupId>
-            <artifactId>core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-compute</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.driver</groupId>
-            <artifactId>jclouds-log4j</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.karaf.shell</groupId>
-            <artifactId>org.apache.karaf.shell.console</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.groovy</groupId>
-            <artifactId>groovy-all</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-    </dependencies>
+    <!-- Internal Dependencies -->
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>cache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>services</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>commands</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf.chef</groupId>
+      <artifactId>core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-compute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.karaf.shell</groupId>
+      <artifactId>org.apache.karaf.shell.console</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy-all</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/151dcb80/chef/core/pom.xml
----------------------------------------------------------------------
diff --git a/chef/core/pom.xml b/chef/core/pom.xml
index f02c479..5b89a27 100644
--- a/chef/core/pom.xml
+++ b/chef/core/pom.xml
@@ -1,52 +1,52 @@
 <?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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>chef</artifactId>
-        <groupId>org.apache.jclouds.karaf</groupId>
-        <version>1.5.9-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>chef</artifactId>
+    <groupId>org.apache.jclouds.karaf</groupId>
+    <version>1.5.9-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.jclouds.karaf.chef</groupId>
-    <artifactId>core</artifactId>
-    <name>JClouds :: Karaf :: Chef :: Core</name>
+  <groupId>org.apache.jclouds.karaf.chef</groupId>
+  <artifactId>core</artifactId>
+  <name>JClouds :: Karaf :: Chef :: Core</name>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.driver</groupId>
-            <artifactId>jclouds-slf4j</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.api</groupId>
-            <artifactId>chef</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.api</groupId>
+      <artifactId>chef</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/151dcb80/chef/pom.xml
----------------------------------------------------------------------
diff --git a/chef/pom.xml b/chef/pom.xml
index 273fdc8..5c3667b 100644
--- a/chef/pom.xml
+++ b/chef/pom.xml
@@ -1,23 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>jclouds-karaf-pom</artifactId>
-        <groupId>org.apache.jclouds</groupId>
-        <version>1.5.9-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>jclouds-karaf-pom</artifactId>
+    <groupId>org.apache.jclouds</groupId>
+    <version>1.5.9-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.jclouds.karaf</groupId>
-    <artifactId>chef</artifactId>
-    <packaging>pom</packaging>
-    <name>JClouds :: Karaf :: Chef</name>
+  <groupId>org.apache.jclouds.karaf</groupId>
+  <artifactId>chef</artifactId>
+  <packaging>pom</packaging>
+  <name>JClouds :: Karaf :: Chef</name>
 
-    <modules>
-        <module>core</module>
-        <module>services</module>
-        <module>commands</module>
-        <module>cache</module>
-    </modules>
+  <modules>
+    <module>core</module>
+    <module>services</module>
+    <module>commands</module>
+    <module>cache</module>
+  </modules>
 
 
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/151dcb80/chef/services/pom.xml
----------------------------------------------------------------------
diff --git a/chef/services/pom.xml b/chef/services/pom.xml
index 53007b3..15116b1 100644
--- a/chef/services/pom.xml
+++ b/chef/services/pom.xml
@@ -1,92 +1,92 @@
 <?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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>chef</artifactId>
-        <groupId>org.apache.jclouds.karaf</groupId>
-        <version>1.5.9-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>chef</artifactId>
+    <groupId>org.apache.jclouds.karaf</groupId>
+    <version>1.5.9-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.jclouds.karaf.chef</groupId>
-    <artifactId>services</artifactId>
-    <packaging>bundle</packaging>
-    <name>JClouds :: Karaf :: Chef :: Services</name>
+  <groupId>org.apache.jclouds.karaf.chef</groupId>
+  <artifactId>services</artifactId>
+  <packaging>bundle</packaging>
+  <name>JClouds :: Karaf :: Chef :: Services</name>
 
-    <properties>
-        <osgi.import>*</osgi.import>
-        <osgi.private>
-            org.jclouds.karaf.chef.core*,
-            org.jclouds.karaf.chef.services*
-        </osgi.private>
-        <osgi.activator>
-            org.jclouds.karaf.chef.services.Activator
-        </osgi.activator>
-    </properties>
+  <properties>
+    <osgi.import>*</osgi.import>
+    <osgi.private>
+      org.jclouds.karaf.chef.core*,
+      org.jclouds.karaf.chef.services*
+    </osgi.private>
+    <osgi.activator>
+      org.jclouds.karaf.chef.services.Activator
+    </osgi.activator>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>services</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>recipe</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf.chef</groupId>
-            <artifactId>core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.api</groupId>
-            <artifactId>chef</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-        </dependency>
-        <!-- Testing -->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>services</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>recipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf.chef</groupId>
+      <artifactId>core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.api</groupId>
+      <artifactId>chef</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+    <!-- Testing -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/151dcb80/commands/pom.xml
----------------------------------------------------------------------
diff --git a/commands/pom.xml b/commands/pom.xml
index de00527..65d4020 100644
--- a/commands/pom.xml
+++ b/commands/pom.xml
@@ -1,164 +1,164 @@
 <?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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>jclouds-karaf-pom</artifactId>
-        <groupId>org.apache.jclouds</groupId>
-        <version>1.5.9-SNAPSHOT</version>
-        <relativePath>..</relativePath>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>jclouds-karaf-pom</artifactId>
+    <groupId>org.apache.jclouds</groupId>
+    <version>1.5.9-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.jclouds.karaf</groupId>
-    <artifactId>commands</artifactId>
-    <packaging>bundle</packaging>
-    <name>JClouds :: Karaf :: Commands</name>
+  <groupId>org.apache.jclouds.karaf</groupId>
+  <artifactId>commands</artifactId>
+  <packaging>bundle</packaging>
+  <name>JClouds :: Karaf :: Commands</name>
 
-    <properties>
-        <osgi.import>
-            javax.script,
-            org.codehaus.groovy.jsr223,
-            org.jclouds.karaf.cache*;version=${project.version},
-            org.jclouds.blobstore;version=${jclouds.version},
-            org.jclouds.compute;version=${jclouds.version},
-            org.jclouds.ec2*;version=${jclouds.version};resolution:=optional,
-            org.apache.felix.service.command,
-            org.apache.felix.gogo.commands,
-            org.apache.karaf.shell.console;version="[2.2,4)",
-            org.apache.karaf.shell.console.commands;version="[2.2,4)",
-            org.apache.karaf.shell.console.completer;version="[2.2,4)",
-            *
-        </osgi.import>
-        <osgi.export>
-            org.jclouds.karaf.commands*
-        </osgi.export>
-        <osgi.private>
-            org.jclouds.karaf.commands.table.internal,
-            org.jclouds.karaf.utils*,
-            org.jclouds.karaf.services.modules
-        </osgi.private>
-        <osgi.export.service>
-            org.jclouds.karaf.commands.table.ShellTableFactory,
-            org.apache.karaf.shell.console.Completer;completer-type=compute-service-id,
-            org.apache.karaf.shell.console.Completer;completer-type=compute-provider,
-            org.apache.karaf.shell.console.Completer;completer-type=available-compute-provider,
-            org.apache.karaf.shell.console.Completer;completer-type=compute-api,
-            org.apache.karaf.shell.console.Completer;completer-type=available-compute-api,
-            org.apache.karaf.shell.console.Completer;completer-type=active-node,
-            org.apache.karaf.shell.console.Completer;completer-type=inactive-node,
-            org.apache.karaf.shell.console.Completer;completer-type=group,
-            org.apache.karaf.shell.console.Completer;completer-type=suspended-node,
-            org.apache.karaf.shell.console.Completer;completer-type=image,
-            org.apache.karaf.shell.console.Completer;completer-type=location,
-            org.apache.karaf.shell.console.Completer;completer-type=hardware,
-            org.apache.karaf.shell.console.Completer;completer-type=osfamily,
-            org.apache.karaf.shell.console.Completer;completer-type=blobstore-service-id,
-            org.apache.karaf.shell.console.Completer;completer-type=blobstore-provider,
-            org.apache.karaf.shell.console.Completer;completer-type=available-blobstore-provider,
-            org.apache.karaf.shell.console.Completer;completer-type=blobstore-api,
-            org.apache.karaf.shell.console.Completer;completer-type=available-blobstore-api,
-            org.apache.karaf.shell.console.Completer;completer-type=blob,
-            org.apache.karaf.shell.console.Completer;completer-type=container,
-            org.apache.karaf.shell.console.Completer;completer-type=recipe
-        </osgi.export.service>
-    </properties>
+  <properties>
+    <osgi.import>
+      javax.script,
+      org.codehaus.groovy.jsr223,
+      org.jclouds.karaf.cache*;version=${project.version},
+      org.jclouds.blobstore;version=${jclouds.version},
+      org.jclouds.compute;version=${jclouds.version},
+      org.jclouds.ec2*;version=${jclouds.version};resolution:=optional,
+      org.apache.felix.service.command,
+      org.apache.felix.gogo.commands,
+      org.apache.karaf.shell.console;version="[2.2,4)",
+      org.apache.karaf.shell.console.commands;version="[2.2,4)",
+      org.apache.karaf.shell.console.completer;version="[2.2,4)",
+      *
+    </osgi.import>
+    <osgi.export>
+      org.jclouds.karaf.commands*
+    </osgi.export>
+    <osgi.private>
+      org.jclouds.karaf.commands.table.internal,
+      org.jclouds.karaf.utils*,
+      org.jclouds.karaf.services.modules
+    </osgi.private>
+    <osgi.export.service>
+      org.jclouds.karaf.commands.table.ShellTableFactory,
+      org.apache.karaf.shell.console.Completer;completer-type=compute-service-id,
+      org.apache.karaf.shell.console.Completer;completer-type=compute-provider,
+      org.apache.karaf.shell.console.Completer;completer-type=available-compute-provider,
+      org.apache.karaf.shell.console.Completer;completer-type=compute-api,
+      org.apache.karaf.shell.console.Completer;completer-type=available-compute-api,
+      org.apache.karaf.shell.console.Completer;completer-type=active-node,
+      org.apache.karaf.shell.console.Completer;completer-type=inactive-node,
+      org.apache.karaf.shell.console.Completer;completer-type=group,
+      org.apache.karaf.shell.console.Completer;completer-type=suspended-node,
+      org.apache.karaf.shell.console.Completer;completer-type=image,
+      org.apache.karaf.shell.console.Completer;completer-type=location,
+      org.apache.karaf.shell.console.Completer;completer-type=hardware,
+      org.apache.karaf.shell.console.Completer;completer-type=osfamily,
+      org.apache.karaf.shell.console.Completer;completer-type=blobstore-service-id,
+      org.apache.karaf.shell.console.Completer;completer-type=blobstore-provider,
+      org.apache.karaf.shell.console.Completer;completer-type=available-blobstore-provider,
+      org.apache.karaf.shell.console.Completer;completer-type=blobstore-api,
+      org.apache.karaf.shell.console.Completer;completer-type=available-blobstore-api,
+      org.apache.karaf.shell.console.Completer;completer-type=blob,
+      org.apache.karaf.shell.console.Completer;completer-type=container,
+      org.apache.karaf.shell.console.Completer;completer-type=recipe
+    </osgi.export.service>
+  </properties>
 
-    <dependencies>
-        <!-- Internal Dependencies -->
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>cache</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>recipe</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>utils</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>services</artifactId>
-        </dependency>
-        <!-- Jclouds Dependencies -->
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-compute</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-blobstore</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.driver</groupId>
-            <artifactId>jclouds-log4j</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.api</groupId>
-            <artifactId>ec2</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.driver</groupId>
-            <artifactId>jclouds-jsch</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.driver</groupId>
-            <artifactId>jclouds-sshj</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds.driver</groupId>
-            <artifactId>jclouds-log4j</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.karaf.shell</groupId>
-            <artifactId>org.apache.karaf.shell.console</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.groovy</groupId>
-            <artifactId>groovy-all</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <!-- Internal Dependencies -->
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>cache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>recipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>utils</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>services</artifactId>
+    </dependency>
+    <!-- Jclouds Dependencies -->
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-compute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-blobstore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.api</groupId>
+      <artifactId>ec2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-jsch</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-sshj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.karaf.shell</groupId>
+      <artifactId>org.apache.karaf.shell.console</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy-all</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/151dcb80/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 41d674b..23b684c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1,74 +1,74 @@
 <?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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>jclouds-karaf-pom</artifactId>
-        <groupId>org.apache.jclouds</groupId>
-        <version>1.5.9-SNAPSHOT</version>
-        <relativePath>..</relativePath>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>jclouds-karaf-pom</artifactId>
+    <groupId>org.apache.jclouds</groupId>
+    <version>1.5.9-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.jclouds.karaf</groupId>
-    <artifactId>core</artifactId>
-    <packaging>bundle</packaging>
-    <name>JClouds :: Karaf :: Core</name>
+  <groupId>org.apache.jclouds.karaf</groupId>
+  <artifactId>core</artifactId>
+  <packaging>bundle</packaging>
+  <name>JClouds :: Karaf :: Core</name>
 
-    <properties>
-        <osgi.export>
-            org.jclouds.karaf.core*;version=${project.version};-noimport:=true
-        </osgi.export>
-        <osgi.import>
-            org.jclouds.compute*;version="${jclouds.version}";resolution:=optional,
-            org.jclouds.scriptbuilder*;version="${jclouds.version}";resolution:=optional,
-            org.jclouds*;version="${jclouds.version}",
-            *
-        </osgi.import>
-    </properties>
+  <properties>
+    <osgi.export>
+      org.jclouds.karaf.core*;version=${project.version};-noimport:=true
+    </osgi.export>
+    <osgi.import>
+      org.jclouds.compute*;version="${jclouds.version}";resolution:=optional,
+      org.jclouds.scriptbuilder*;version="${jclouds.version}";resolution:=optional,
+      org.jclouds*;version="${jclouds.version}",
+      *
+    </osgi.import>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-compute</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-blobstore</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-compute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-blobstore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/151dcb80/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 2b01f32..91b6771 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -1,116 +1,116 @@
 <?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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>jclouds-karaf-pom</artifactId>
-        <groupId>org.apache.jclouds</groupId>
-        <version>1.5.9-SNAPSHOT</version>
-        <relativePath>..</relativePath>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>jclouds-karaf-pom</artifactId>
+    <groupId>org.apache.jclouds</groupId>
+    <version>1.5.9-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.jclouds.karaf</groupId>
-    <artifactId>jclouds-karaf</artifactId>
-    <packaging>pom</packaging>
-    <name>JClouds :: Karaf :: Feature</name>
+  <groupId>org.apache.jclouds.karaf</groupId>
+  <artifactId>jclouds-karaf</artifactId>
+  <packaging>pom</packaging>
+  <name>JClouds :: Karaf :: Feature</name>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>${build-helper-maven-plugin.version}</version>
-                <inherited>false</inherited>
-                <executions>
-                    <execution>
-                        <id>attach-artifacts</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>attach-artifact</goal>
-                        </goals>
-                        <configuration>
-                            <artifacts>
-                                <artifact>
-                                    <file>target/feature.xml</file>
-                                    <type>xml</type>
-                                    <classifier>features</classifier>
-                                </artifact>
-                                <artifact>
-                                    <file>target/credentials.cfg</file>
-                                    <type>cfg</type>
-                                    <classifier>credentials</classifier>
-                                </artifact>
-                              <artifact>
-                                <file>target/shell.cfg</file>
-                                <type>cfg</type>
-                                <classifier>shell</classifier>
-                              </artifact>
-                            </artifacts>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-resources-plugin</artifactId>
-                <version>${maven-resources-plugin.version}</version>
-                <inherited>false</inherited>
-                <executions>
-                    <execution>
-                        <id>copy-resources</id>
-                        <phase>validate</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>${project.basedir}/target</outputDirectory>
-                            <resources>
-                                <resource>
-                                    <directory>src/main/resources</directory>
-                                    <filtering>true</filtering>
-                                </resource>
-                            </resources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.karaf.tooling</groupId>
-                <artifactId>features-maven-plugin</artifactId>
-                <version>${karaf.version}</version>
-                <executions>
-                    <execution>
-                        <id>add-features-to-repo</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>add-features-to-repo</goal>
-                        </goals>
-                        <configuration>
-                            <descriptors>
-                                <descriptor>file:${basedir}/target/feature.xml</descriptor>
-                            </descriptors>
-                             <repository>target/features-repo</repository>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>${build-helper-maven-plugin.version}</version>
+        <inherited>false</inherited>
+        <executions>
+          <execution>
+            <id>attach-artifacts</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>attach-artifact</goal>
+            </goals>
+            <configuration>
+              <artifacts>
+                <artifact>
+                  <file>target/feature.xml</file>
+                  <type>xml</type>
+                  <classifier>features</classifier>
+                </artifact>
+                <artifact>
+                  <file>target/credentials.cfg</file>
+                  <type>cfg</type>
+                  <classifier>credentials</classifier>
+                </artifact>
+                <artifact>
+                  <file>target/shell.cfg</file>
+                  <type>cfg</type>
+                  <classifier>shell</classifier>
+                </artifact>
+              </artifacts>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>${maven-resources-plugin.version}</version>
+        <inherited>false</inherited>
+        <executions>
+          <execution>
+            <id>copy-resources</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.basedir}/target</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>src/main/resources</directory>
+                  <filtering>true</filtering>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.karaf.tooling</groupId>
+        <artifactId>features-maven-plugin</artifactId>
+        <version>${karaf.version}</version>
+        <executions>
+          <execution>
+            <id>add-features-to-repo</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>add-features-to-repo</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>file:${basedir}/target/feature.xml</descriptor>
+              </descriptors>
+              <repository>target/features-repo</repository>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/151dcb80/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 8875a64..2113eaa 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -1,196 +1,196 @@
 <?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
-
-    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.
-  -->
+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
+
+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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>jclouds-karaf-pom</artifactId>
-        <groupId>org.apache.jclouds</groupId>
-        <version>1.5.9-SNAPSHOT</version>
-        <relativePath>..</relativePath>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <groupId>org.apache.jclouds.karaf</groupId>
-    <artifactId>itests</artifactId>
-    <name>JClouds :: Karaf :: Integration Tests</name>
-
-    <properties>
-        <camel.version>2.9.0</camel.version>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.ops4j.pax.url</groupId>
-            <artifactId>pax-url-mvn</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.ops4j.pax.url</groupId>
-            <artifactId>pax-url-aether</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.karaf</groupId>
-            <artifactId>apache-karaf</artifactId>
-            <type>tar.gz</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.camel.karaf</groupId>
-            <artifactId>apache-camel</artifactId>
-            <version>${camel.version}</version>
-            <classifier>features</classifier>
-            <type>xml</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.servicemix.specs</groupId>
-            <artifactId>org.apache.servicemix.specs.jsr250-1.0</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>jclouds-karaf</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.jclouds.karaf</groupId>
-            <artifactId>core</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.jclouds.driver</groupId>
-            <artifactId>jclouds-log4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-         <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-compute</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.jclouds</groupId>
-            <artifactId>jclouds-blobstore</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-           <groupId>org.apache.jclouds.api</groupId>
-           <artifactId>ec2</artifactId>
-           <scope>test</scope>
-       </dependency>
-
-
-        <dependency>
-            <groupId>org.openengsb.labs.paxexam.karaf</groupId>
-            <artifactId>paxexam-karaf-container</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.ops4j.pax.exam</groupId>
-            <artifactId>pax-exam-junit4</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <!-- Pax Exam needs an older Guava version -->
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <version>${guava.test.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <version>${maven-dependency-plugin.version}</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.servicemix.tooling</groupId>
-                <artifactId>depends-maven-plugin</artifactId>
-                <version>${depends-maven-plugin.version}</version>
-                <executions>
-                    <execution>
-                        <id>generate-depends-file</id>
-                        <goals>
-                            <goal>generate-depends-file</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>${maven-surefire-plugin.version}</version>
-                <configuration>
-                    <forkMode>once</forkMode>
-                    <useSystemClassLoader>true</useSystemClassLoader>
-                    <failIfNoTests>false</failIfNoTests>
-                    <includes>
-                        <include>**/*Test.*</include>
-                    </includes>
-                    <excludes>
-                        <exclude>**/special/*Test.*</exclude>
-                    </excludes>
-                    <systemPropertyVariables>
-                        <!-- EC2 Live Variables -->
-                        <jclouds.aws.identity>${jclouds.aws.identity}</jclouds.aws.identity>
-                        <jclouds.aws.credential>${jclouds.aws.credential}</jclouds.aws.credential>
-                        <jclouds.aws.region>${jclouds.aws.region}</jclouds.aws.region>
-                        <jclouds.aws.image>${jclouds.aws.image}</jclouds.aws.image>
-                        <jclouds.aws.location>${jclouds.aws.location}</jclouds.aws.location>
-                        <jclouds.aws.user>${jclouds.aws.user}</jclouds.aws.user>
-
-                        <!-- Rackspace Live Variables -->
-                        <jclouds.rackspace.identity>${jclouds.rackspace.identity}</jclouds.rackspace.identity>
-                        <jclouds.rackspace.credential>${jclouds.rackspace.credential}</jclouds.rackspace.credential>
-                        <jclouds.rackspace.region>${jclouds.rackspace.region}</jclouds.rackspace.region>
-                        <jclouds.rackspace.image>${jclouds.rackspace.image}</jclouds.rackspace.image>
-                        <jclouds.rackspace.location>${jclouds.rackspace.location}</jclouds.rackspace.location>
-                        <jclouds.rackspace.user>${jclouds.rackspace.user}</jclouds.rackspace.user>
-                    </systemPropertyVariables>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <parent>
+    <artifactId>jclouds-karaf-pom</artifactId>
+    <groupId>org.apache.jclouds</groupId>
+    <version>1.5.9-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.jclouds.karaf</groupId>
+  <artifactId>itests</artifactId>
+  <name>JClouds :: Karaf :: Integration Tests</name>
+
+  <properties>
+    <camel.version>2.9.0</camel.version>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.ops4j.pax.url</groupId>
+      <artifactId>pax-url-mvn</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.ops4j.pax.url</groupId>
+      <artifactId>pax-url-aether</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.karaf</groupId>
+      <artifactId>apache-karaf</artifactId>
+      <type>tar.gz</type>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.camel.karaf</groupId>
+      <artifactId>apache-camel</artifactId>
+      <version>${camel.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jsr250-1.0</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>jclouds-karaf</artifactId>
+      <type>xml</type>
+      <classifier>features</classifier>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.jclouds.karaf</groupId>
+      <artifactId>core</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-compute</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-blobstore</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.jclouds.api</groupId>
+      <artifactId>ec2</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+
+    <dependency>
+      <groupId>org.openengsb.labs.paxexam.karaf</groupId>
+      <artifactId>paxexam-karaf-container</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.ops4j.pax.exam</groupId>
+      <artifactId>pax-exam-junit4</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <!-- Pax Exam needs an older Guava version -->
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>${guava.test.version}</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>${maven-dependency-plugin.version}</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.servicemix.tooling</groupId>
+        <artifactId>depends-maven-plugin</artifactId>
+        <version>${depends-maven-plugin.version}</version>
+        <executions>
+          <execution>
+            <id>generate-depends-file</id>
+            <goals>
+              <goal>generate-depends-file</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${maven-surefire-plugin.version}</version>
+        <configuration>
+          <forkMode>once</forkMode>
+          <useSystemClassLoader>true</useSystemClassLoader>
+          <failIfNoTests>false</failIfNoTests>
+          <includes>
+            <include>**/*Test.*</include>
+          </includes>
+          <excludes>
+            <exclude>**/special/*Test.*</exclude>
+          </excludes>
+          <systemPropertyVariables>
+            <!-- EC2 Live Variables -->
+            <jclouds.aws.identity>${jclouds.aws.identity}</jclouds.aws.identity>
+            <jclouds.aws.credential>${jclouds.aws.credential}</jclouds.aws.credential>
+            <jclouds.aws.region>${jclouds.aws.region}</jclouds.aws.region>
+            <jclouds.aws.image>${jclouds.aws.image}</jclouds.aws.image>
+            <jclouds.aws.location>${jclouds.aws.location}</jclouds.aws.location>
+            <jclouds.aws.user>${jclouds.aws.user}</jclouds.aws.user>
+
+            <!-- Rackspace Live Variables -->
+            <jclouds.rackspace.identity>${jclouds.rackspace.identity}</jclouds.rackspace.identity>
+            <jclouds.rackspace.credential>${jclouds.rackspace.credential}</jclouds.rackspace.credential>
+            <jclouds.rackspace.region>${jclouds.rackspace.region}</jclouds.rackspace.region>
+            <jclouds.rackspace.image>${jclouds.rackspace.image}</jclouds.rackspace.image>
+            <jclouds.rackspace.location>${jclouds.rackspace.location}</jclouds.rackspace.location>
+            <jclouds.rackspace.user>${jclouds.rackspace.user}</jclouds.rackspace.user>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
 
 </project>