diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-08 18:12:56 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-08 18:13:11 -0400 |
commit | 18db2c7c3f5a0cbfcd99cbeda00406ad6e882331 (patch) | |
tree | 6de4b1ee9e94e03459e03044256b442b30681301 | |
parent | 7d2737be5d9a6d738545e0531a1f9e3017d07182 (diff) |
[AAI-ONAP] Fix the javadoc site issue
Change-Id: Ic54757f85e130e7c91b2e84973fedda1b5a61e1c
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r-- | aai-resources/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 1a4bb2a..055c5b5 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -742,4 +742,24 @@ </build> </profile> </profiles> + <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> |