Updated Branches: refs/heads/1.5.x db253d204 -> dbf8fe939
Switch maven-remote-resources-plugin execution to default ID to override apache POM remote resources bundle 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/dbf8fe93 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/dbf8fe93 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/dbf8fe93 Branch: refs/heads/1.5.x Commit: dbf8fe939b293394287c01121dada21640ec4e42 Parents: db253d2 Author: Andrew Bayer <[email protected]> Authored: Wed May 29 16:41:51 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Wed May 29 16:41:51 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/dbf8fe93/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 0d3965c..96d1bf1 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -194,7 +194,6 @@ <version>1.3</version> <executions> <execution> - <id>process-remote-resources</id> <goals> <goal>process</goal> </goals> @@ -400,7 +399,6 @@ <version>1.3</version> <executions> <execution> - <id>process-remote-resources</id> <goals> <goal>process</goal> </goals>
