summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-06-21 07:48:29 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2018-06-21 10:48:48 +0200
commit12c4d77caa533e181a7824cb777f1ff71829fe0b (patch)
treea7cc1e08fb8fc73f09be8e82a89ec94dee162ce3 /org.eclipse.jgit.test/pom.xml
parent7df024b2761d5604ca8a63e0cc2324ce2f477c6f (diff)
downloadjgit-12c4d77caa533e181a7824cb777f1ff71829fe0b.tar.gz
jgit-12c4d77caa533e181a7824cb777f1ff71829fe0b.zip
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 <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test/pom.xml')
-rw-r--r--org.eclipse.jgit.test/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml
index 730d3bbe21..cdb3925491 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.
</description>
+ <properties>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>junit</groupId>