From 28ea33611905de7770721ed26a2c28bb7a685c4d Mon Sep 17 00:00:00 2001 From: ramverma Date: Wed, 18 Jul 2018 16:28:07 +0100 Subject: Fix apex-pdp packaging issue Fix apex-pdp packaging issue and add SampleDomain examples to try out how apex-pdp works. Change-Id: I4018b0902d06345e86ddbef80100e63232cee49d Issue-ID: POLICY-861 Signed-off-by: ramverma --- testsuites/integration/integration-common/pom.xml | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'testsuites') diff --git a/testsuites/integration/integration-common/pom.xml b/testsuites/integration/integration-common/pom.xml index 20be79afb..46f913b60 100644 --- a/testsuites/integration/integration-common/pom.xml +++ b/testsuites/integration/integration-common/pom.xml @@ -70,6 +70,30 @@ + + org.codehaus.mojo + exec-maven-plugin + + + generate-models + process-classes + + exec + + + java + test + + -classpath + + + org.onap.policy.apex.test.common.model.SampleDomainModelSaver + ${project.build.directory}/classes/examples/models/SampleDomain + + + + + -- cgit 1.2.3-korg