Updated Branches: refs/heads/master f217b304b -> 883ea4b3b
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/883ea4b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/883ea4b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/883ea4b3 Branch: refs/heads/master Commit: 883ea4b3bf448932e0f5f0aa6add43a83f5b1a73 Parents: f217b30 Author: Andrew Bayer <[email protected]> Authored: Wed May 29 16:37:43 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Wed May 29 16:37:43 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/883ea4b3/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 2129f09..61f22a4 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>
