From 09d4f069e48a0b4ab7359bbcc3b299d222721230 Mon Sep 17 00:00:00 2001 From: vempo Date: Tue, 29 Aug 2017 18:15:04 +0300 Subject: Set up static analysis for on-boarding Configured PMD Maven plugin in the onboarding pom.xml, with a custom ruleset. Currently disabled by default, can be ran on demand. Change-Id: I0e7ba1aeb1aefcea86fc2534ebc62343057f7c34 Issue-ID: SDC-246 Signed-off-by: vempo --- onboarding/pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'onboarding') diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 0e600287bf..36a36ee325 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -93,5 +93,61 @@ 2.0.1 0.2.0 0.2.1 + true + 1.1.0-SNAPSHOT + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.5 + + ${skipSA} + + + + jxr-generation + validate + + jxr + test-jxr + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.8 + + ${skipSA} + false + ${maven.compiler.target} + + build-pmd-ruleset.xml + + + + + pmd-check + validate + + + check + + + + + + org.openecomp.sdc + build-tools + ${build.tools.version} + + + + + + -- cgit 1.2.3-korg