Updated Branches: refs/heads/1.6.x 3a11a5ac7 -> a54166bb0
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/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/a54166bb Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/a54166bb Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/a54166bb Branch: refs/heads/1.6.x Commit: a54166bb0dd57ddf42b74da0df5c6cd52aef9a33 Parents: 3a11a5a Author: Andrew Bayer <[email protected]> Authored: Wed May 29 16:37:43 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Wed May 29 16:39:57 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/a54166bb/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 7210054..4023cf8 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -645,7 +645,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>process-remote-resources</id> <goals> <goal>process</goal> </goals> @@ -1014,7 +1013,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>process-remote-resources</id> <goals> <goal>process</goal> </goals>
