From 4a09a98561cb6a1eb7af7b5cd436f6bb6965c71e Mon Sep 17 00:00:00 2001 From: Colin Goodheart-Smithe Date: Thu, 9 Apr 2015 11:43:45 +0100 Subject: [PATCH] Fix to pom.xml to allow eclipse maven integration using m2e --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 7ca27190064..68ca15306f2 100644 --- a/pom.xml +++ b/pom.xml @@ -1599,6 +1599,32 @@ + + + org.apache.maven.plugins + maven-antrun-plugin + [1.0.0,) + + run + + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + [1.0.0,) + + copy-resources + + + + + +