Updated Branches: refs/heads/1.5.x 2c82aa5fe -> 61185ca49
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-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/61185ca4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/61185ca4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/61185ca4 Branch: refs/heads/1.5.x Commit: 61185ca49321ba0974c84bd45b6aa4d169b4eafc Parents: 2c82aa5 Author: Andrew Bayer <[email protected]> Authored: Wed May 29 16:45:04 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Wed May 29 16:45:18 2013 -0700 ---------------------------------------------------------------------- pom.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/61185ca4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4801932..56d642c 100644 --- a/pom.xml +++ b/pom.xml @@ -147,7 +147,6 @@ limitations under the License. <version>${maven-remote-resources-plugin.version}</version> <executions> <execution> - <id>process-remote-resources</id> <goals> <goal>process</goal> </goals>
