summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-12-24 15:50:22 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2016-12-24 16:00:41 +0100
commit828612355f46a967534042415f26006135a7f5aa (patch)
treed2542c49798628a8335c43bd820285cc423f78bc /org.eclipse.jgit.http.test/pom.xml
parent3857c3168f5a0db5aab21fd64b0e6813263ba3f6 (diff)
downloadjgit-828612355f46a967534042415f26006135a7f5aa.tar.gz
jgit-828612355f46a967534042415f26006135a7f5aa.zip
Skip javadoc generation for org.eclipse.jgit.http.test
This fixes the error the javadoc plugin raises when generating the maven site for this bundle. Change-Id: I72026aa33be86960747a246af4a70f6a91b40102 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/pom.xml')
-rw-r--r--org.eclipse.jgit.http.test/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml
index 301c1717a7..34509bda19 100644
--- a/org.eclipse.jgit.http.test/pom.xml
+++ b/org.eclipse.jgit.http.test/pom.xml
@@ -60,7 +60,9 @@
<description>
Tests for the HTTP transport.
</description>
-
+ <properties>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
+ </properties>
<dependencies>
<dependency>
<groupId>junit</groupId>