From bab2e1a24da1180beb8b06a7e66467d1d033d770 Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Fri, 14 Nov 2014 12:56:48 -0800 Subject: [PATCH] Move eclipse hacks to a profile. This gets rid of some warnings when making javadoc and source jars. --- pom.xml | 71 +++++++++++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 736c5c55..f66a6408 100644 --- a/pom.xml +++ b/pom.xml @@ -93,39 +93,50 @@ - - - - - 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