Browse Source

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>
stable-4.6
Matthias Sohn 8 years ago
parent
commit
828612355f
  1. 4
      org.eclipse.jgit.http.test/pom.xml

4
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>

Loading…
Cancel
Save