From ee75b19ee79f49b28a3137b6dcfdf02d6120f3de Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Wed, 26 Feb 2020 06:41:50 +0100 Subject: add data migration tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add tool for data migration and initialization Issue-ID: SDNC-1085 Signed-off-by: Michael Dürre Change-Id: Ibd1ffeffa95d2897ae65f7d964e98941d810ffcb Signed-off-by: Michael Dürre --- sdnr/wt/data-provider/installer/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (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 7e66a381f..6dfbc9b97 100755 --- a/sdnr/wt/data-provider/installer/pom.xml +++ b/sdnr/wt/data-provider/installer/pom.xml @@ -64,6 +64,12 @@ ${application.name}-provider ${project.version} + + org.onap.ccsdk.features.sdnr.wt + ${application.name}-setup + ${project.version} + + @@ -115,6 +121,24 @@ maven-resources-plugin 2.6 + + copy-sdnr-data-migration-tool + + copy-resources + + validate + + ${project.build.directory}/assembly/system/org/onap/ccsdk/features/sdnr/wt/sdnr-wt-data-provider-setup/${project.version} + + + ${basedir}/../setup/target + + sdnr-dmt.jar + + + + + copy-schemas -- cgit 1.2.3-korg