Updated Branches: refs/heads/1.5.x 78ebafd3b -> 4b6185e80
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/4b6185e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/4b6185e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/4b6185e8 Branch: refs/heads/1.5.x Commit: 4b6185e80ab9ff6bf667882e5764745e42c418d0 Parents: 78ebafd 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:13 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/4b6185e8/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 875bc9a..2fc34d0 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -627,7 +627,6 @@ <version>1.3</version> <executions> <execution> - <id>process-remote-resources</id> <goals> <goal>process</goal> </goals> @@ -980,7 +979,6 @@ <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> - <id>process-remote-resources</id> <goals> <goal>process</goal> </goals>
