From 5262c350a449c02d91b558976c37850d6340ad81 Mon Sep 17 00:00:00 2001 From: s00370346 Date: Thu, 11 Apr 2019 00:14:39 +0530 Subject: ONAP BBS: Apex Nomadic ONT Policy Implementation Issue-ID: DCAEGEN2-1237 Change-Id: I81831f6498b6c47c0a43215e0445c791b12dac6e Signed-off-by: s00370346 --- examples/examples-onap-bbs/pom.xml | 148 +++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 examples/examples-onap-bbs/pom.xml (limited to 'examples/examples-onap-bbs/pom.xml') diff --git a/examples/examples-onap-bbs/pom.xml b/examples/examples-onap-bbs/pom.xml new file mode 100644 index 000000000..c45d808f7 --- /dev/null +++ b/examples/examples-onap-bbs/pom.xml @@ -0,0 +1,148 @@ + + + 4.0.0 + + org.onap.policy.apex-pdp.examples + examples + 2.1.0-SNAPSHOT + + + examples-onap-bbs + ${project.artifactId} + Specific code for the APEX ONAP BBS Example + + + NomadicONTPolicyModel + ${project.basedir}/src + + + + + org.onap.policy.apex-pdp.auth + cli-editor + ${project.version} + + + org.onap.policy.apex-pdp.services + services-engine + ${project.version} + test + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + ${version.jersey} + test + + + org.glassfish.jersey.inject + jersey-hk2 + ${version.jersey} + test + + + org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-schema + plugins-context-schema-avro + ${project.version} + + + org.onap.policy.apex-pdp.plugins.plugins-executor + plugins-executor-javascript + ${project.version} + + + org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier + plugins-event-carrier-restrequestor + ${project.version} + + + org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier + plugins-event-carrier-restclient + ${project.version} + + + org.onap.policy.models.policy-models-interactions.model-impl + aai + ${version.policy.models} + + + org.onap.policy.models.policy-models-interactions.model-impl + appclcm + ${version.policy.models} + + + org.onap.policy.models.policy-models-interactions.model-impl + events + ${version.policy.models} + + + + + + + + org.codehaus.mojo + exec-maven-plugin + + + generate-policy + compile + + java + + + org.onap.policy.apex.auth.clieditor.ApexCommandLineEditorMain + compile + + --command-file=${project.basedir}/src/main/resources/policy/${policymodel.name}.apex + --output-model-file=${project.build.directory}/classes/${policymodel.name}.json + --log-file=${project.build.directory}/${policymodel.name}_policygeneration.log + --working-dir=${project.basedir} + + + + + + + + + + + apexSite + + + apexSite + + + + ${project.basedir}/src + + + + ${project.artifactId}-site + ${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/ + + + + + -- cgit 1.2.3-korg