4.0.0 org.onap.policy.apex-pdp.examples examples 2.5.6-SNAPSHOT examples-myfirstpolicy ${project.artifactId} Specific code for the Apex MyFirstPolicy Example MyFirstPolicyModelMvel_0.0.1 MyFirstPolicyModelJavascript_0.0.1 MyFirstPolicyModel_0.0.1 MyFirstPolicyModelSFL_0.0.1 org.onap.policy.apex-pdp.model policy-model ${project.version} org.onap.policy.apex-pdp.core core-engine ${project.version} test org.onap.policy.apex-pdp.core core-infrastructure ${project.version} test org.onap.policy.apex-pdp.auth cli-editor ${project.version} org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor-mvel ${project.version} test org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor-javascript ${project.version} test org.codehaus.mojo exec-maven-plugin generate-policy1m compile java org.onap.policy.apex.auth.clieditor.ApexCommandLineEditorMain compile --command-file=${project.basedir}/src/main/resources/examples/models/MyFirstPolicy/1/${policymodel1m.name}.apex --output-model-file=${project.build.directory}/classes/examples/models/MyFirstPolicy/1/${policymodel1m.name}.json --log-file=${project.build.directory}/${policymodel1m.name}_policygeneration.log --working-dir=${project.basedir} generate-policy1j compile java org.onap.policy.apex.auth.clieditor.ApexCommandLineEditorMain compile --command-file=${project.basedir}/src/main/resources/examples/models/MyFirstPolicy/1/${policymodel1j.name}.apex --output-model-file=${project.build.directory}/classes/examples/models/MyFirstPolicy/1/${policymodel1j.name}.json --log-file=${project.build.directory}/${policymodel1j.name}_policygeneration.log --working-dir=${project.basedir} generate-policy2 compile java org.onap.policy.apex.auth.clieditor.ApexCommandLineEditorMain compile --command-file=${project.basedir}/src/main/resources/examples/models/MyFirstPolicy/2/${policymodel2.name}.apex --output-model-file=${project.build.directory}/classes/examples/models/MyFirstPolicy/2/${policymodel2.name}.json --log-file=${project.build.directory}/${policymodel2.name}_policygeneration.log --working-dir=${project.basedir} generate-policy3 compile java org.onap.policy.apex.auth.clieditor.ApexCommandLineEditorMain compile --command-file=${project.basedir}/src/main/resources/examples/models/MyFirstPolicy/3/${policymodel3.name}.apex --output-model-file=${project.build.directory}/classes/examples/models/MyFirstPolicy/3/${policymodel3.name}.json --log-file=${project.build.directory}/${policymodel3.name}_policygeneration.log --working-dir=${project.basedir}