aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-06-08 18:12:56 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-06-08 18:13:11 -0400
commit18db2c7c3f5a0cbfcd99cbeda00406ad6e882331 (patch)
tree6de4b1ee9e94e03459e03044256b442b30681301 /aai-resources/pom.xml
parent7d2737be5d9a6d738545e0531a1f9e3017d07182 (diff)
[AAI-ONAP] Fix the javadoc site issue
Change-Id: Ic54757f85e130e7c91b2e84973fedda1b5a61e1c Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r--aai-resources/pom.xml20
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>