diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-07-25 21:05:57 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-07-26 08:56:03 -0400 |
commit | 618b6f697f4a52ee8a04fb16b20fc96316e88f98 (patch) | |
tree | 9905735c53aa78da0c0541104e63100e9052819e /pom.xml | |
parent | 0423274ca0c213f801d64e5ae9923fd5f90c7c78 (diff) |
[AAI-ONAP Amsterdam] Fix stage site jenkins issue
Change-Id: I7b8c31c274a55f378c0b6894c5435451b1d7cbb3
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 35 |
1 files changed, 33 insertions, 2 deletions
@@ -377,7 +377,38 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>3.6</version> + <dependencies> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-webdav-jackrabbit</artifactId> + <version>2.10</version> + </dependency> + </dependencies> + </plugin> </plugins> </build> - -</project>
\ No newline at end of file + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.10.4</version> + <configuration> + <failOnError>false</failOnError> + <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> + <docletArtifact> + <groupId>org.umlgraph</groupId> + <artifactId>umlgraph</artifactId> + <version>5.6</version> + </docletArtifact> + <additionalparam>-views</additionalparam> + <useStandardDocletOptions>true</useStandardDocletOptions> + </configuration> + </plugin> + </plugins> + </reporting> +</project> |