From: Henrik Andersson Date: Fri, 13 Dec 2019 12:24:53 +0000 (+0000) Subject: Merge "Generated-source compilation plugin fix" X-Git-Tag: 1.0.1~73 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a5d9009b589b2d9a369a4da9feb83c9efa259e07;hp=01cf1b466e7eebf51789b83fbab5139880c20107;p=nonrtric.git Merge "Generated-source compilation plugin fix" --- diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 26245964..5ab2663b 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -174,6 +174,24 @@ false + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/annotations/ + + + + +