We are pleased to announce the Maven JDiff Plugin 1.5.1 release! http://maven.apache.org/maven-1.x/plugins/jdiff/ Plugin for JDiff - reports on the differences in the public API of two releases by comparing the sources of two SCM checkouts. =============================================================================== Changes in this version include: Fixed bugs: o Jdiff fails with svn modules. New property maven.jdiff.svn.module. Fixes MPJDIFF-9. o Jdiff doclet fails with jdk 1.4. Fixes MPJDIFF-10. o Use relative links to the javadoc. Changes: o It requires at least maven-plugin-plugin v1.7. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-jdiff-plugin -Dversion=1.5.1 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jdiff-plugin-1.5.1.jar Have fun! -The Maven JDiff Plugin development team