From b61f0a74cac02c02a2c820e08f5c39ab5920bbea Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Tue, 14 Jan 2014 09:38:55 +0100 Subject: [PATCH] Centralize all eclipse m2e excludes in the main pom.xml --- awsapi/pom.xml | 43 ------------------------ client/pom.xml | 30 ----------------- plugins/user-authenticators/ldap/pom.xml | 33 ------------------ pom.xml | 27 +++++++++++++++ 4 files changed, 27 insertions(+), 106 deletions(-) diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 3c2bbe16399..f0312309b98 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -418,49 +418,6 @@ - diff --git a/client/pom.xml b/client/pom.xml index abbc25dbcbf..5215e0cd90e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -562,36 +562,6 @@ - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [1.7,) - - run - - - - - - - - - - - - diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml index dc4e1725029..46eec81b946 100644 --- a/plugins/user-authenticators/ldap/pom.xml +++ b/plugins/user-authenticators/ldap/pom.xml @@ -90,39 +90,6 @@ - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.codehaus.gmaven - - - gmaven-plugin - - [1.3,) - - compile - testCompile - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 3f65bdd05ad..c661d31da6e 100644 --- a/pom.xml +++ b/pom.xml @@ -560,6 +560,33 @@ + + + com.mycila.maven-license-plugin + maven-license-plugin + [1.9.0,) + + format + + + + + + + + + org.codehaus.gmaven + gmaven-plugin + [1.3,) + + compile + testCompile + + + + + +