diff options
author | s00370346 <swarup.nayak1@huawei.com> | 2019-04-11 00:14:39 +0530 |
---|---|---|
committer | s00370346 <swarup.nayak1@huawei.com> | 2019-04-15 23:44:03 +0530 |
commit | 5262c350a449c02d91b558976c37850d6340ad81 (patch) | |
tree | 6dbd0594a6aa3dbd268f4ceaf18b1e9f4ea4519f /packages/apex-pdp-package-full/pom.xml | |
parent | 5f3e975966a0eaa247ee0eac0148da2f8755e777 (diff) |
ONAP BBS: Apex Nomadic ONT Policy Implementation
Issue-ID: DCAEGEN2-1237
Change-Id: I81831f6498b6c47c0a43215e0445c791b12dac6e
Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
Diffstat (limited to 'packages/apex-pdp-package-full/pom.xml')
-rw-r--r-- | packages/apex-pdp-package-full/pom.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml index de2ccf773..fd8183936 100644 --- a/packages/apex-pdp-package-full/pom.xml +++ b/packages/apex-pdp-package-full/pom.xml @@ -261,6 +261,11 @@ <type>war</type> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.onap.policy.apex-pdp.examples</groupId> + <artifactId>examples-onap-bbs</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> <build> @@ -397,6 +402,24 @@ </artifactItem> <artifactItem> <groupId>org.onap.policy.apex-pdp.examples</groupId> + <artifactId>examples-onap-bbs</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-onap-bbs</artifactId> + <version>${project.version}</version> + <type>jar</type> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}/examples/models/ONAPBBS</outputDirectory> + <includes>NomadicONTPolicyModel.json</includes> + </artifactItem> + <artifactItem> + <groupId>org.onap.policy.apex-pdp.examples</groupId> <artifactId>examples-servlet</artifactId> <version>${project.version}</version> <type>war</type> |