]> source.dussan.org Git - jgit.git/commitdiff
Skip javadoc generation for org.eclipse.jgit.http.test 28/87728/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 24 Dec 2016 14:50:22 +0000 (15:50 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 24 Dec 2016 15:00:41 +0000 (16:00 +0100)
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>
org.eclipse.jgit.http.test/pom.xml

index 301c1717a7215c75a617a455d49ad40eab7bf0a7..34509bda1984237006a93a30024f5cadf054b22a 100644 (file)
@@ -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>