Onboarding build optimization incl Qual Control 53/49253/9
authorGautam Shah <gautams@amdocs.com>
Sun, 27 May 2018 08:02:07 +0000 (13:32 +0530)
committerGAUTAMS <gautams@amdocs.com>
Mon, 28 May 2018 18:04:45 +0000 (23:34 +0530)
commitb145c0825c0bd163a0a2643aeee4c8b283e35ada
treee322d65c1fba0abfeb4e4a615c0868ddc23e6f72
parentbd6665a88439c0c6459c32fdbe1f979b33a9068c
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 <gautams@amdocs.com>
35 files changed:
common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-api/pom.xml
common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-core/pom.xml
common/pom.xml
onboarding/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml
openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/pom.xml
openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/pom.xml
openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/java/org/openecomp/sdc/validation/util/ValidationTestUtil.java [new file with mode: 0644]
openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-sdk/pom.xml
openecomp-be/pom.xml
openecomp-be/tools/artifact-copy-plugin/pom.xml [new file with mode: 0644]
openecomp-be/tools/artifact-copy-plugin/src/main/java/org/openecomp/sdc/onboarding/util/ArtifactHelper.java [new file with mode: 0644]
openecomp-be/tools/artifact-copy-plugin/src/main/java/org/openecomp/sdc/onboarding/util/CalibrateArtifactPlugin.java [new file with mode: 0644]
openecomp-be/tools/artifact-copy-plugin/src/main/java/org/openecomp/sdc/onboarding/util/CopyArtifactPlugin.java [new file with mode: 0644]
openecomp-be/tools/artifact-copy-plugin/src/main/java/org/openecomp/sdc/onboarding/util/InitializationHelperMojo.java [new file with mode: 0644]
openecomp-be/tools/build-data-helper/pom.xml [new file with mode: 0644]
openecomp-be/tools/build-data-installer/pom.xml [new file with mode: 0644]
openecomp-be/tools/compile-helper-plugin/pom.xml
openecomp-be/tools/compile-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/BuildHelper.java [new file with mode: 0644]
openecomp-be/tools/compile-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/BuildState.java
openecomp-be/tools/compile-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/Constants.java
openecomp-be/tools/compile-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/InitializationHelperMojo.java
openecomp-be/tools/compile-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/PostCompileHelperMojo.java
openecomp-be/tools/compile-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/PostSourceGeneratorMojo.java [new file with mode: 0644]
openecomp-be/tools/compile-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/PostTestRunHelperMojo.java
openecomp-be/tools/compile-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/PreCompileHelperMojo.java
openecomp-be/tools/compile-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/PreTestCompileHelperMojo.java
openecomp-be/tools/pmd-helper-plugin/pom.xml [new file with mode: 0644]
openecomp-be/tools/pmd-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/pmd/InitializationHelperMojo.java [new file with mode: 0644]
openecomp-be/tools/pmd-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/pmd/PMDHelperUtils.java [new file with mode: 0644]
openecomp-be/tools/pmd-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/pmd/PMDState.java [new file with mode: 0644]
openecomp-be/tools/pmd-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/pmd/Table.java [new file with mode: 0644]
openecomp-be/tools/pmd-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/pmd/VerifyHelperMojo.java [new file with mode: 0644]
openecomp-be/tools/pmd-helper-plugin/src/main/java/org/openecomp/sdc/onboarding/pmd/Violation.java [new file with mode: 0644]
openecomp-be/tools/pmd-helper-plugin/src/main/resources/pmd-empty.xml [new file with mode: 0644]