summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-06-24 00:19:47 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2018-06-24 00:25:34 +0200
commitf40b39345cd9b54473ee871bff401fe3d394ffe3 (patch)
treefb5ddb177f9290f53a1b6d5b5482ad4d9b7a2f1e /org.eclipse.jgit.test
parent82ae431e45cc673aab147dde3e25402d5c9fe1b4 (diff)
parenta7ea275eaf5b84a8715715b99b22f13e8cd53384 (diff)
downloadjgit-f40b39345cd9b54473ee871bff401fe3d394ffe3.tar.gz
jgit-f40b39345cd9b54473ee871bff401fe3d394ffe3.zip
Merge branch 'stable-5.0'
* stable-5.0: Prepare 5.0.2-SNAPSHOT builds JGit v5.0.1.201806211838-r Add project-info reports to maven site Fix maven site generation failing with javadoc errors Change-Id: Iedbc4c777a6e724f487419e187e25cf7e3aa55d6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test')
-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 c2fd83ed94..017db3df6c 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>