diff --git a/javadoc/project.xml b/javadoc/project.xml index 4836a618..4b8c8583 100644 --- a/javadoc/project.xml +++ b/javadoc/project.xml @@ -23,7 +23,7 @@ 3 maven-javadoc-plugin Maven Javadoc Plug-in - 1.3 + 1.4 Produce Javadocs and report http://maven.apache.org/reference/plugins/javadoc/ @@ -105,5 +105,10 @@ 1.3 MAVEN_JAVADOC_1_3 + + 1.4 + 1.4 + MAVEN_JAVADOC_1_4 + diff --git a/javadoc/xdocs/changes.xml b/javadoc/xdocs/changes.xml index a50b9b03..cc5b1e0e 100644 --- a/javadoc/xdocs/changes.xml +++ b/javadoc/xdocs/changes.xml @@ -25,16 +25,16 @@ Emmanuel Venisse - + Prevent the plugin from failing when a sourceDirectory exists, but it does not contain Java files. - - + + Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property. default useexternalfile to yes Fix typo in offline link generation. Allow custom taglets. - + Add maven.javadoc.overview property. Add maven.javadoc.useexternalfile property. update to use maven.docs.*/maven.gen.docs