]> source.dussan.org Git - jgit.git/commitdiff
Fix Maven Javadoc generation problem 85/685/1
authorJonathan Gossage <jgossage@gmail.com>
Tue, 11 May 2010 23:06:28 +0000 (18:06 -0500)
committerJonathan Gossage <jgossage@gmail.com>
Tue, 11 May 2010 23:06:28 +0000 (18:06 -0500)
There is a serious problem with the Maven Javadoc plugin. Please see
http://jira.codehaus.org/browse/MJAVADOC-275
for details. This problem is fixed by using maven-javadoc-plugin V2.7
instead of maven-javadoc-plugin v2.6.1.

pom.xml

diff --git a/pom.xml b/pom.xml
index 9e4e2812b6fafa53f810e983cc88ba957d6147c6..6c52b88d1f20d3319a95ab7766d5fb62dcc518d3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-         <version>2.6.1</version>
+         <version>2.7</version>
         </plugin>
 
         <plugin>