From cae3dae9af7192c041a2725dfa828e615344e3dc Mon Sep 17 00:00:00 2001 From: Martin Bonato Date: Thu, 9 Apr 2015 10:51:00 +0200 Subject: Add maven-build-helper-plugin to include moa-id-commons/target/generated-sources/xjc in build path in eclipse. --- id/server/moa-id-commons/pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'id') diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index dd33a9198..e4a46238e 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -207,7 +207,26 @@ - + + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 + + + add-source + generate-sources + + add-source + + + + target/generated-sources/xjc + + + + + + org.apache.maven.plugins maven-compiler-plugin -- cgit v1.2.3