From 2474c58421fd0f7977ff8b757b9d4abe9b6701e6 Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Fri, 14 Nov 2014 10:11:25 -0800 Subject: [PATCH] Move eclipse hackery into a profile. This gets rid of a ton of noise when running mvn with plugin:goal syntax, e.g. source:jar. --- pom.xml | 72 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index 5dd165f38..db6d8b9ff 100644 --- a/pom.xml +++ b/pom.xml @@ -116,40 +116,50 @@ 2.5 - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - [1.0,) - - enforce - - - - - - - - - - - - + + eclipse + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [1.0,) + + enforce + + + + + + + + + + + + + + + release-sign-artifacts