aboutsummaryrefslogtreecommitdiffstats
path: root/onboarding
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2017-10-10 15:50:37 +0000
committervempo <vitaliy.emporopulo@amdocs.com>2017-10-10 15:50:37 +0000
commit8410799c11308264a8fc550df7cb9d6baaa1663a (patch)
treef0405e259b3fc05dee6a6b0f30cb02da37443989 /onboarding
parent6a3990fbda0e80c2a0693166ef695e4b3f045da6 (diff)
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 <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'onboarding')
-rw-r--r--onboarding/pom.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<executions>
<execution>
<id>jxr-generation</id>
- <phase>validate</phase>
+ <phase>verify</phase>
<goals>
<goal>jxr</goal>
<goal>test-jxr</goal>
@@ -135,7 +135,7 @@
<executions>
<execution>
<id>pmd-check</id>
- <phase>validate</phase>
+ <phase>verify</phase>
<goals>
<!-- violations fail build -->
<goal>check</goal>