aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/addCMHandle/installer
diff options
context:
space:
mode:
authorNiranjana <niranjana.y60@wipro.com>2021-09-16 09:05:06 +0000
committerKAPIL SINGAL <ks220y@att.com>2021-09-16 14:03:26 +0000
commita5498e53ed66e74fcbf2141e969433920b877282 (patch)
treefbac3e09770467804aa655ba7c76801420bc2d01 /sdnr/northbound/addCMHandle/installer
parentcc85f28e57c7d25dfa82573dda036bea34aa951a (diff)
Modify cm-handle feature
Issue-ID: CCSDK-3342 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Id25c420ee7a0020c634d37f7afc354bed8dfcf6b
Diffstat (limited to 'sdnr/northbound/addCMHandle/installer')
-rwxr-xr-xsdnr/northbound/addCMHandle/installer/pom.xml12
-rw-r--r--sdnr/northbound/addCMHandle/installer/src/assembly/assemble_mvnrepo_zip.xml8
2 files changed, 10 insertions, 10 deletions
diff --git a/sdnr/northbound/addCMHandle/installer/pom.xml b/sdnr/northbound/addCMHandle/installer/pom.xml
index 4ea1e5e41..41c14d08b 100755
--- a/sdnr/northbound/addCMHandle/installer/pom.xml
+++ b/sdnr/northbound/addCMHandle/installer/pom.xml
@@ -19,7 +19,8 @@
~ ============LICENSE_END=======================================================
~
-->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -42,15 +43,10 @@
</properties>
<dependencies>
- <dependency>
- <groupId>org.opendaylight.controller</groupId>
- <artifactId>sal-binding-broker-impl</artifactId>
- <version>1.11.3</version>
- <scope>test</scope>
- </dependency>
+
<dependency>
<groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
- <artifactId>addCMHandle-feature</artifactId>
+ <artifactId>${application.name}-feature</artifactId>
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
diff --git a/sdnr/northbound/addCMHandle/installer/src/assembly/assemble_mvnrepo_zip.xml b/sdnr/northbound/addCMHandle/installer/src/assembly/assemble_mvnrepo_zip.xml
index fcfb7aa8a..c0eacf9a7 100644
--- a/sdnr/northbound/addCMHandle/installer/src/assembly/assemble_mvnrepo_zip.xml
+++ b/sdnr/northbound/addCMHandle/installer/src/assembly/assemble_mvnrepo_zip.xml
@@ -2,7 +2,7 @@
~ ============LICENSE_START=======================================================
~ ONAP : ccsdk features
~ ================================================================================
- ~ Copyright (C) 2021 Wipro Limited.
+ ~ Copyright (C) 2021 Wipro Limited.
~ ================================================================================
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -19,16 +19,20 @@
~
-->
+<!-- Defines how we build the .zip file which is our distribution. -->
<assembly
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
- <id>bin</id>
+ <id>repo</id>
<formats>
<format>zip</format>
</formats>
+ <!-- we want "system" and related files right at the root level
+ as this file is suppose to be unzip on top of a karaf
+ distro. -->
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>