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.
|