From a9320e7933bc04954264d9f3f34b9cb904b61353 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 25 Jul 2017 21:02:24 -0400 Subject: [PATCH] [AAI-ONAP Amsterdam] Fix the onap javadocs site plugin Change-Id: I1bb4fc848183ac51a4f3579c2db226d4364a17ba Signed-off-by: Venkata Harish K Kajur --- pom.xml | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 81ec3d46..f82cd3df 100644 --- a/pom.xml +++ b/pom.xml @@ -101,6 +101,20 @@ + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + @@ -119,5 +133,24 @@ dav:${nexusproxy}${sitePath} - - \ No newline at end of file + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + -- 2.16.6