From b7e8bb7bab838fa36c5ecd18bb0edf9e46b9616d Mon Sep 17 00:00:00 2001 From: vempo Date: Tue, 24 Oct 2017 17:06:55 +0300 Subject: [PATCH] Enabled static analysis in Onboarding tests Enabled the static analysis to check test code by default (in addition to production code), as part of the Maven build of onboarding. Change-Id: I0c028d657a83a13fd6263f2bdddd534ec9d23d66 Issue-ID: SDC-497 Signed-off-by: vempo --- onboarding/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 50f4649c11..d3023c5049 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -95,7 +95,6 @@ 2.0.1 0.2.0 0.2.2 - true 5.8.1 ${project.version} @@ -127,7 +126,7 @@ ${pmd.skip} false - ${pmd.include.tests} + true true build-pmd-ruleset.xml -- 2.16.6