From 828612355f46a967534042415f26006135a7f5aa Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sat, 24 Dec 2016 15:50:22 +0100 Subject: [PATCH] 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 --- org.eclipse.jgit.http.test/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index 301c1717a..34509bda1 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -60,7 +60,9 @@ Tests for the HTTP transport. - + + true + junit