Updated Branches: refs/heads/1.6.x 989d9a484 -> dffe244ff
Use default Apache remote resources Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/commit/142afc19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/142afc19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/142afc19 Branch: refs/heads/1.6.x Commit: 142afc1904981c2f83a340320f2147ee804cb9e9 Parents: 989d9a4 Author: Andrew Bayer <[email protected]> Authored: Fri May 31 09:44:31 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Fri May 31 09:44:31 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/142afc19/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index d7b4bda..88c57ac 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -196,22 +196,6 @@ </configuration> </plugin> <plugin> - <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.3</version> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <resourceBundles> - <resourceBundle>org.apache.jclouds:jclouds-resources:${jclouds.version}</resourceBundle> - </resourceBundles> - </configuration> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <encoding>${project.build.sourceEncoding}</encoding>
