aboutsummaryrefslogtreecommitdiffstats
path: root/onboarding/pom.xml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-10-15 12:39:33 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-15 12:39:33 +0000
commit336d14829e050c7baf785c8d7f2b06e7da08a20f (patch)
tree6e8cb70aca2b811de4b4f64c3d9e3f0e60f9910f /onboarding/pom.xml
parent660b57dcac804a1e4e39c006a0dee7db8e6e4012 (diff)
parentfcfaa3e9e409e1c11012fde0c53c82cf87f50b93 (diff)
Merge "Fixed POMs for staging builds"
Diffstat (limited to 'onboarding/pom.xml')
-rw-r--r--onboarding/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/onboarding/pom.xml b/onboarding/pom.xml
index b3aa4d6493..5bd0f3a106 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>