diff --git a/jdiff/plugin.properties b/jdiff/plugin.properties index 65203b7b..2960a3dd 100644 --- a/jdiff/plugin.properties +++ b/jdiff/plugin.properties @@ -17,7 +17,7 @@ # ------------------------------------------------------------------- # P L U G I N P R O P E R I E S # ------------------------------------------------------------------- -# jdiff plugin. use any valid cvs labels to compare between +# jdiff plugin. use any valid tag names to compare between # or 'CURRENT' to compare against your current filesystem. # ------------------------------------------------------------------- maven.jdiff.old.tag=CURRENT diff --git a/jdiff/xdocs/index.xml b/jdiff/xdocs/index.xml index 51352449..6fcbfa3e 100644 --- a/jdiff/xdocs/index.xml +++ b/jdiff/xdocs/index.xml @@ -20,7 +20,7 @@ - Maven NSIS Plug-in + Maven JDIff Plug-in dIon Gillard @@ -29,7 +29,8 @@

This plugin is used to generate an API difference report between two - versions of code. + versions of code. See the JDiff home + page for more information on JDiff.

diff --git a/jdiff/xdocs/properties.xml b/jdiff/xdocs/properties.xml index b16aa1d3..5a747f90 100644 --- a/jdiff/xdocs/properties.xml +++ b/jdiff/xdocs/properties.xml @@ -35,19 +35,29 @@
DocumentDescription
maven.jdiff.old.tag Yes -

Default value is - CURRENT.

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

Default value is - HEAD.

+ 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.
-
\ No newline at end of file +