summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2017-10-10 15:50:37 +0000
committerMichael Lando <ml636r@att.com>2017-10-15 11:27:33 +0000
commitfcfaa3e9e409e1c11012fde0c53c82cf87f50b93 (patch)
treea15e55d7d55f9a73f0903a7c468a4acf8b115367 /pom.xml
parent283f25cb7b482192c389bf590515322265d96720 (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> (cherry picked from commit 8410799c11308264a8fc550df7cb9d6baaa1663a)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6957c5d28d..2c615b820d 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>