From 59744bb15db5dcc5a47f7118bb0d6ac7deac3c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Mon, 11 Jul 2011 17:49:09 +0200 Subject: [PATCH] Add Eclipse m2e settings to pom.xml files These are needed to ensure that Eclipse Indigo release works ok. FEA: ItEr75S04BugFixing --- ganttzk/pom.xml | 29 ++++++++++++++++++ navalplanner-business/pom.xml | 30 ++++++++++++++++++- navalplanner-webapp/pom.xml | 55 +++++++++++++++++++++++++++++++++++ 3 files changed, 113 insertions(+), 1 deletion(-) diff --git a/ganttzk/pom.xml b/ganttzk/pom.xml index f36e4098a..bae9ff8bb 100644 --- a/ganttzk/pom.xml +++ b/ganttzk/pom.xml @@ -47,6 +47,35 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.xnap.commons + maven-gettext-plugin + [1.2.0,) + + dist + + + + + + + + + + + + diff --git a/navalplanner-business/pom.xml b/navalplanner-business/pom.xml index c9e11ffed..22ee18c0a 100644 --- a/navalplanner-business/pom.xml +++ b/navalplanner-business/pom.xml @@ -191,6 +191,34 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.liquibase + liquibase-maven-plugin + [2.0-rc7,) + + update + + + + + + + + + + + + - diff --git a/navalplanner-webapp/pom.xml b/navalplanner-webapp/pom.xml index d3f35b522..b3416cdc1 100644 --- a/navalplanner-webapp/pom.xml +++ b/navalplanner-webapp/pom.xml @@ -177,6 +177,61 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.1,) + + run + + + + + + + + + org.codehaus.mojo + jasperreports-maven-plugin + [1.0-beta-2,) + + compile-reports + + + + + + + + + org.xnap.commons + maven-gettext-plugin + [1.2.0,) + + dist + + + + + + + + + + + +