Fixed POMs for staging builds 01/18001/1
authorvempo <vitaliy.emporopulo@amdocs.com>
Tue, 10 Oct 2017 15:50:37 +0000 (15:50 +0000)
committervempo <vitaliy.emporopulo@amdocs.com>
Tue, 10 Oct 2017 15:50:37 +0000 (15:50 +0000)
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>
onboarding/pom.xml
pom.xml

index 7c9b626..e57a0cc 100644 (file)
                 <executions>
                     <execution>
                         <id>jxr-generation</id>
-                        <phase>validate</phase>
+                        <phase>verify</phase>
                         <goals>
                             <goal>jxr</goal>
                             <goal>test-jxr</goal>
                 <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 fb75169..3907daf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <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>