From: Venkata Harish K Kajur Date: Mon, 10 Apr 2017 18:57:17 +0000 (+0000) Subject: Fix the site:site issue creating errors X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=88a51202fbf15ee5ae794c5f8e0313d95d2cbec0;p=aai%2Faai-service.git Fix the site:site issue creating errors Change-Id: I98ce7270273a67bfed59697ffc9905233ba4e099 Signed-off-by: Venkata Harish K Kajur --- diff --git a/pom.xml b/pom.xml index 3c694a0..ce05aa1 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ ActiveAndAvailableInventory-CloudNetwork v1 https://nexus.onap.org + /content/sites/site/${project.artifactId}/${project.version} 2.0.0 @@ -352,6 +357,30 @@ org.apache.maven.plugins maven-site-plugin 3.6 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + false + false + + + dependencies + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + -Xdoclint:none + + + + org.apache.maven.wagon