Sfoglia il codice sorgente

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>
tags/v4.6.1.201703071140-r
Matthias Sohn 7 anni fa
parent
commit
828612355f
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      org.eclipse.jgit.http.test/pom.xml

+ 3
- 1
org.eclipse.jgit.http.test/pom.xml Vedi 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>

Loading…
Annulla
Salva