aboutsummaryrefslogtreecommitdiffstats
path: root/packages/apex-pdp-package-full/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/apex-pdp-package-full/pom.xml')
-rw-r--r--packages/apex-pdp-package-full/pom.xml60
1 files changed, 51 insertions, 9 deletions
diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml
index a067d1fcf..bb0beee9f 100644
--- a/packages/apex-pdp-package-full/pom.xml
+++ b/packages/apex-pdp-package-full/pom.xml
@@ -177,22 +177,37 @@
<!-- Sample Examples -->
<dependency>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>aadm</artifactId>
+ <artifactId>examples-aadm</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>adaptive</artifactId>
+ <artifactId>examples-adaptive</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>myfirstpolicy</artifactId>
+ <artifactId>examples-myfirstpolicy</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>pcvs</artifactId>
+ <artifactId>examples-pcvs</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.apex-pdp.examples</groupId>
+ <artifactId>examples-decisionmaker</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.apex-pdp.examples</groupId>
+ <artifactId>examples-periodic</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.apex-pdp.examples</groupId>
+ <artifactId>examples-onap-vcpe</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
@@ -232,7 +247,7 @@
</artifactItem>
<artifactItem>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>aadm</artifactId>
+ <artifactId>examples-aadm</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
@@ -241,7 +256,7 @@
</artifactItem>
<artifactItem>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>adaptive</artifactId>
+ <artifactId>examples-adaptive</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
@@ -250,7 +265,7 @@
</artifactItem>
<artifactItem>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>myfirstpolicy</artifactId>
+ <artifactId>examples-myfirstpolicy</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
@@ -259,13 +274,40 @@
</artifactItem>
<artifactItem>
<groupId>org.onap.policy.apex-pdp.examples</groupId>
- <artifactId>pcvs</artifactId>
+ <artifactId>examples-pcvs</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}</outputDirectory>
<includes>etc/**/*,examples/**/*</includes>
</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>
+ <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>
+ <overWrite>false</overWrite>
+ <outputDirectory>${project.build.directory}/examples/models/ONAPvCPE</outputDirectory>
+ <includes>/ONAPvCPEPolicyModel.json</includes>
+ </artifactItem>
</artifactItems>
<overWriteReleases>true</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
@@ -273,7 +315,7 @@
</execution>
</executions>
</plugin>
-
+
<!-- Build the tar ball -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>