Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

jdiff Settings

Property Optional? Description
maven.jdiff.old.tag Yes The scm tag of the sources for the "old" API. The default value CURRENT. When set to the default value, the files in ${pom.build.sourceDirectory} are used as the "old" sources; otherwise the scm plugin is used to check out the tag, using ${pom.repository.connection}, the tag name and other scm plugin properties.
maven.jdiff.new.tag Yes The scm tag of the sources for the "new" API. The default value HEAD. When set to "CURRENT", the files in ${pom.build.sourceDirectory} are used as the "new" sources; otherwise the scm plugin is used to check out the tag, using ${pom.repository.connection}, the tag name and other scm plugin properties.
maven.jdiff.svn.module Yes If you are using Subversion with modules, indicate the module of your project here.