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-installer/pom.xml | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 openecomp-be/tools/build-data-installer/pom.xml (limited to 'openecomp-be/tools/build-data-installer') diff --git a/openecomp-be/tools/build-data-installer/pom.xml b/openecomp-be/tools/build-data-installer/pom.xml new file mode 100644 index 0000000000..94121b5ddc --- /dev/null +++ b/openecomp-be/tools/build-data-installer/pom.xml @@ -0,0 +1,52 @@ + + + 4.0.0 + + org.openecomp.sdc + build-data-installer + + + sdc-onboarding + org.openecomp.sdc + 1.2.0-SNAPSHOT + ../../../onboarding + + + true + + + + + org.openecomp.sdc.onboarding + pmd-helper-plugin + ${project.version} + + + org.openecomp.sdc + build-data-helper + ${project.version} + + + + + + init-pmd-helper + post-verify-helper + + + + + pom + ${project.build.directory}/pmd/pmd.xml + ${project.build.directory}/pmd/pmd.csv + ${project.build.directory}/pmd.txt + org.openecomp.sdc:build-data-installer + org.openecomp.sdc:sdc-onboarding/target/build-data/pmdState.dat + ${project.build.outputDirectory}/pmd.dat + + + + + \ No newline at end of file -- cgit 1.2.3-korg