From 04eb1ca4d4047529f36cbec6ed77098d3ab0171c Mon Sep 17 00:00:00 2001 From: Jonathan Gossage Date: Tue, 11 May 2010 18:06:28 -0500 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9e4e2812b..6c52b88d1 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.6.1 + 2.7