From 12c4d77caa533e181a7824cb777f1ff71829fe0b Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 21 Jun 2018 07:48:29 +0200 Subject: [PATCH] Fix maven site generation failing with javadoc errors The same errors are suppressed when generating javadoc. Suppress the errors during site generation. Change-Id: I83bd1c10e5de82f47c351e7edf2c9230be4b1f21 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.test/pom.xml | 4 ++++ pom.xml | 18 +++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml index 730d3bbe2..cdb392549 100644 --- a/org.eclipse.jgit.test/pom.xml +++ b/org.eclipse.jgit.test/pom.xml @@ -62,6 +62,10 @@ JUnit tests for the core library. + + true + + junit diff --git a/pom.xml b/pom.xml index 7a3236c32..9016651ce 100644 --- a/pom.xml +++ b/pom.xml @@ -484,7 +484,6 @@ - attach-javadocs jar @@ -539,6 +538,23 @@ org.apache.maven.plugins maven-javadoc-plugin ${maven-javadoc-plugin-version} + + + + javadoc + + + + aggregate + false + + aggregate + + + + + -Xdoclint:none + org.apache.maven.plugins