Updated Branches: refs/heads/master 3c8d0edba -> e044c01b7
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/e044c01b Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/e044c01b Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/e044c01b Branch: refs/heads/master Commit: e044c01b7fdbf649d312ff9aed0007e7f3d33984 Parents: 3c8d0ed Author: Andrew Bayer <[email protected]> Authored: Wed May 29 16:41:51 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Wed May 29 16:42:07 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/e044c01b/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 58847ac..398a523 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -200,7 +200,6 @@ <version>1.3</version> <executions> <execution> - <id>process-remote-resources</id> <goals> <goal>process</goal> </goals> @@ -406,7 +405,6 @@ <version>1.3</version> <executions> <execution> - <id>process-remote-resources</id> <goals> <goal>process</goal> </goals>
