From: Lathish Date: Thu, 12 Dec 2019 15:35:14 +0000 (+0000) Subject: Generated-source compilation plugin fix X-Git-Tag: 1.0.1~73^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=54b04f9b2362ee523e632f235db4c5be9ca9902b;hp=--cc;p=nonrtric.git Generated-source compilation plugin fix Issue-ID: NONRTRIC-86 Change-Id: Ifb12b0015e98334363de81a32233a8ee14560a75 Signed-off-by: Lathish --- 54b04f9b2362ee523e632f235db4c5be9ca9902b 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/ + + + + +