From 29aa4ae8da647bcc2558c625d14f6db2dde76a38 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Mon, 4 Nov 2013 17:21:55 +0100 Subject: [PATCH] Get rid of some errors and warnings in the server and usage sources --- server/pom.xml | 33 +++++++++++++++++++++++++++++++++ usage/pom.xml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/server/pom.xml b/server/pom.xml index c7978e2dd38..527bd97165c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -228,5 +228,38 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + [1.7,) + + run + + + + + + + + + + + + diff --git a/usage/pom.xml b/usage/pom.xml index 04d16307601..e71a1d07de5 100644 --- a/usage/pom.xml +++ b/usage/pom.xml @@ -119,6 +119,39 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + [1.7,) + + run + + + + + + + + + + + +