diff options
Diffstat (limited to 'packages/apex-pdp-package-full/pom.xml')
-rw-r--r-- | packages/apex-pdp-package-full/pom.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml index 070d2d86f..8f788127a 100644 --- a/packages/apex-pdp-package-full/pom.xml +++ b/packages/apex-pdp-package-full/pom.xml @@ -336,6 +336,15 @@ </artifactItem> <artifactItem> <groupId>org.onap.policy.apex-pdp.examples</groupId> + <artifactId>examples-decisionmaker</artifactId> + <version>${project.version}</version> + <type>jar</type> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}/examples/models/DecisionMaker</outputDirectory> + <includes>DecisionMakerPolicyModel.json</includes> + </artifactItem> + <artifactItem> + <groupId>org.onap.policy.apex-pdp.examples</groupId> <artifactId>examples-periodic</artifactId> <version>${project.version}</version> <type>jar</type> @@ -345,6 +354,15 @@ </artifactItem> <artifactItem> <groupId>org.onap.policy.apex-pdp.examples</groupId> + <artifactId>examples-periodic</artifactId> + <version>${project.version}</version> + <type>jar</type> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}/examples/models/Periodic</outputDirectory> + <includes>PeriodicPolicyModel.json</includes> + </artifactItem> + <artifactItem> + <groupId>org.onap.policy.apex-pdp.examples</groupId> <artifactId>examples-onap-vcpe</artifactId> <version>${project.version}</version> <type>jar</type> @@ -354,6 +372,15 @@ </artifactItem> <artifactItem> <groupId>org.onap.policy.apex-pdp.examples</groupId> + <artifactId>examples-onap-vcpe</artifactId> + <version>${project.version}</version> + <type>jar</type> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}/examples/models/ONAPvCPE</outputDirectory> + <includes>ONAPvCPEPolicyModel.json</includes> + </artifactItem> + <artifactItem> + <groupId>org.onap.policy.apex-pdp.examples</groupId> <artifactId>examples-servlet</artifactId> <version>${project.version}</version> <type>war</type> |