Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Gossage2010-05-11 23:06:28 +0000
committerJonathan Gossage2010-05-11 23:06:28 +0000
commit04eb1ca4d4047529f36cbec6ed77098d3ab0171c (patch)
treeb81b2ef7f0aca71608201ad23ba3ac2e4cb321f1 /pom.xml
parent541ad72ac6a6529e20fb1b0694c592c0bcc98d38 (diff)
downloadjgit-04eb1ca4d4047529f36cbec6ed77098d3ab0171c.tar.gz
jgit-04eb1ca4d4047529f36cbec6ed77098d3ab0171c.tar.xz
jgit-04eb1ca4d4047529f36cbec6ed77098d3ab0171c.zip
Fix Maven Javadoc generation problem
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.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9e4e2812b6..6c52b88d1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.6.1</version>
+ <version>2.7</version>
</plugin>
<plugin>

Back to the top