From 8410799c11308264a8fc550df7cb9d6baaa1663a Mon Sep 17 00:00:00 2001 From: vempo Date: Tue, 10 Oct 2017 15:50:37 +0000 Subject: Fixed POMs for staging builds Upgraded the javadoc plugin to support multi-module projects. Run the PMD goal during verify instead of validate. Change-Id: Ia0fb06c50fb963b8477e43ce5889a5d8aa0e8f20 Issue-ID: SDC-436 Signed-off-by: vempo --- onboarding/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'onboarding') diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 7c9b6267fd..e57a0cc4ce 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -112,7 +112,7 @@ jxr-generation - validate + verify jxr test-jxr @@ -135,7 +135,7 @@ pmd-check - validate + verify check -- cgit 1.2.3-korg