From b145c0825c0bd163a0a2643aeee4c8b283e35ada Mon Sep 17 00:00:00 2001 From: Gautam Shah Date: Sun, 27 May 2018 13:32:07 +0530 Subject: Onboarding build optimization incl Qual Control Sonar fixes, incremental build enhancements and Quality control mechanism integration. Change-Id: I118d7fc0cc50c1eddb94137310c00afaaa3aaffb Issue-ID: SDC-1189 Signed-off-by: GAUTAMS --- openecomp-be/tools/build-data-helper/pom.xml | 88 ++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 openecomp-be/tools/build-data-helper/pom.xml (limited to 'openecomp-be/tools/build-data-helper/pom.xml') diff --git a/openecomp-be/tools/build-data-helper/pom.xml b/openecomp-be/tools/build-data-helper/pom.xml new file mode 100644 index 0000000000..a5f55c3f59 --- /dev/null +++ b/openecomp-be/tools/build-data-helper/pom.xml @@ -0,0 +1,88 @@ + + + 4.0.0 + + org.openecomp.sdc + build-data-helper + + + sdc-onboarding + org.openecomp.sdc + 1.2.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 + 3.1.0 + + + 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