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/so-bpmn-tasks/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'bpmn/so-bpmn-tasks') diff --git a/bpmn/so-bpmn-tasks/pom.xml b/bpmn/so-bpmn-tasks/pom.xml index 14081960e6..cffb67a968 100644 --- a/bpmn/so-bpmn-tasks/pom.xml +++ b/bpmn/so-bpmn-tasks/pom.xml @@ -78,6 +78,24 @@ false + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${project.basedir}/target/generated-sources/src/gen/java/main + + + + + -- cgit