From 03205dad582ffa5db54187f451b9a29d3d0af386 Mon Sep 17 00:00:00 2001 From: Gautam Shah Date: Fri, 1 Jun 2018 08:38:32 +0530 Subject: Fixing Merge Build issue and Sonar issues. fixing build issue and Sonar issues. Change-Id: I4209b79ab2a3646839df50be4b58f8f230b6d710 Issue-ID: SDC-1189 Signed-off-by: GAUTAMS --- openecomp-be/tools/build-data-helper/pom.xml | 88 ---------------------------- 1 file changed, 88 deletions(-) delete mode 100644 openecomp-be/tools/build-data-helper/pom.xml (limited to 'openecomp-be/tools/build-data-helper') diff --git a/openecomp-be/tools/build-data-helper/pom.xml b/openecomp-be/tools/build-data-helper/pom.xml deleted file mode 100644 index b639c7ae0d..0000000000 --- a/openecomp-be/tools/build-data-helper/pom.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - 4.0.0 - - org.openecomp.sdc - build-data-helper - - - sdc-onboarding - org.openecomp.sdc - 1.3.0-SNAPSHOT - ../../../onboarding - - - true - ${project.groupId}/${project.artifactId}/${project.version}/${project.artifactId}-${project.version}.jar - - - - - org.openecomp.sdc.onboarding - artifact-copy-plugin - ${project.version} - - - id3 - - copy-helper - calibrate-artifact-helper - - install - - - id4 - - init-artifact-helper - - - - - org.openecomp.sdc - build-data-installer - ${project.version} - build-data-helper - build-data-helper-${project.version}.jar - - ${project} - - - - - org.apache.maven.plugins - maven-dependency-plugin - ${maven.dependency.version} - - - id1 - - get - - clean - - build-data-helper - - - - id2 - - get - - clean - - build-data-installer - - - - - org.openecomp.sdc - ${project.version} - ${skipGet} - - - - - - \ No newline at end of file -- cgit 1.2.3-korg