From fa0febc0614b1f9afb4be3c5dd3446f4a554a232 Mon Sep 17 00:00:00 2001 From: Michael DÜrre Date: Wed, 30 Jun 2021 08:26:04 +0200 Subject: fix sdnr features startup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit source out multiple used yang file due resolving conflict Issue-ID: CCSDK-3359 Signed-off-by: Michael DÜrre Change-Id: I59d863e43a7e29e98d104d20371226ef59837e61 Signed-off-by: Michael DÜrre --- sdnr/wt/data-provider/installer/pom.xml | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) (limited to 'sdnr/wt/data-provider/installer') diff --git a/sdnr/wt/data-provider/installer/pom.xml b/sdnr/wt/data-provider/installer/pom.xml index ee6b2f370..4eda82cde 100755 --- a/sdnr/wt/data-provider/installer/pom.xml +++ b/sdnr/wt/data-provider/installer/pom.xml @@ -47,7 +47,7 @@ - org.onap.ccsdk.features.sdnr.wt + ${project.groupId} ${application.name}-feature ${project.version} xml @@ -60,12 +60,12 @@ - org.onap.ccsdk.features.sdnr.wt + ${project.groupId} ${application.name}-provider ${project.version} - org.onap.ccsdk.features.sdnr.wt + ${project.groupId} ${application.name}-setup ${project.version} @@ -116,30 +116,6 @@ - - maven-resources-plugin - - - copy-schemas - - copy-resources - - validate - - ${project.build.directory}/assembly/cache/schema - - - ${basedir}/../provider/src/main/resources/preload.cache.schema - - *.yang - - true - - - - - - -- cgit 1.2.3-korg