From 54b04f9b2362ee523e632f235db4c5be9ca9902b Mon Sep 17 00:00:00 2001 From: Lathish Date: Thu, 12 Dec 2019 15:35:14 +0000 Subject: [PATCH] Generated-source compilation plugin fix Issue-ID: NONRTRIC-86 Change-Id: Ifb12b0015e98334363de81a32233a8ee14560a75 Signed-off-by: Lathish --- policy-agent/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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/ + + + + + -- 2.16.6