From 0167c34bdad07ec97c987ffa444b03cd875deb34 Mon Sep 17 00:00:00 2001 From: Chiradeep Vittal Date: Wed, 26 Sep 2012 14:53:53 -0700 Subject: [PATCH] Avoid m2e complaining about unsupported plugins (according to http://s.apache.org/lZ0) --- awsapi/pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ deps/pom.xml | 13 +++++++++++++ 2 files changed, 58 insertions(+) diff --git a/awsapi/pom.xml b/awsapi/pom.xml index a583384b126..8c75978d251 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -272,5 +272,50 @@ --> + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + [1.7,) + + run + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.0,) + + copy-dependencies + + + + + + + + + + + + diff --git a/deps/pom.xml b/deps/pom.xml index 1e2008337d5..ffc0e75ac14 100644 --- a/deps/pom.xml +++ b/deps/pom.xml @@ -179,6 +179,19 @@ + + + org.apache.maven.plugins + maven-dependency-plugin + [2.0,) + + copy-dependencies + + + + + +