From 2627532a195121c98c0aadbd3d3658e630c14234 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max" Date: Mon, 16 Mar 2020 10:09:29 -0400 Subject: update poms to be compatible with eclipse IDE add groovy sources to eclipse projects automatically replace groovy maven plugins with more modern one remove unused dependency causing compilation issues Issue-ID: SO-2735 Signed-off-by: Benjamin, Max (mb388a) Change-Id: Ibeddddcc289c25e6208b69ac4f0cc220386e9344 --- bpmn/MSOCommonBPMN/pom.xml | 106 ++++++++++++--------------------------------- 1 file changed, 27 insertions(+), 79 deletions(-) (limited to 'bpmn/MSOCommonBPMN') diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index c817874fb6..5d9c1a3acd 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -21,18 +22,23 @@ org.apache.maven.plugins maven-compiler-plugin - - - test-compile - compile - - testCompile - - - false - - - + 3.8.0 + + groovy-eclipse-compiler + + + + + org.codehaus.groovy + groovy-eclipse-compiler + 3.6.0-03 + + + org.codehaus.groovy + groovy-eclipse-batch + 2.4.19-01 + + @@ -58,64 +64,6 @@ cxf-codegen-plugin 2.5.2 - - org.apache.maven.plugins - maven-eclipse-plugin - 2.8 - - - org.eclipse.jdt.groovy.core.groovyNature - - - **/*.groovy - - - - - maven-antrun-plugin - - - compile - compile - - - - - - - - - - - - - - run - - - - test-compile - test-compile - - - - - - - - - - - - - - run - - - - org.apache.maven.plugins maven-surefire-plugin @@ -161,8 +109,8 @@ - + org.eclipse.m2e lifecycle-mapping @@ -173,14 +121,14 @@ - org.apache.maven.plugins - + org.apache.maven.plugins + - maven-antrun-plugin - + maven-antrun-plugin + - [1.3,) - + [1.3,) + run -- cgit 1.2.3-korg