aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-10-15 11:23:16 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-15 11:23:16 +0000
commit618d5300ccabfd8e46027015ffe7f2957c67d8a1 (patch)
tree24b24056436d382b7ca7efefe834e800870fa07d
parent0d6e94233805c37f452ccf566684e07630c953de (diff)
parent8410799c11308264a8fc550df7cb9d6baaa1663a (diff)
Merge "Fixed POMs for staging builds" into release-1.1.0
-rw-r--r--onboarding/pom.xml4
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 3 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>
diff --git a/pom.xml b/pom.xml
index 884af8aa45..85109c006d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.4</version>
+ <version>3.0.0-M1</version>
<configuration>
<failOnError>false</failOnError>
<doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>