diff --git a/jdiff/plugin.jelly b/jdiff/plugin.jelly index f4699f4d..22c23660 100644 --- a/jdiff/plugin.jelly +++ b/jdiff/plugin.jelly @@ -22,8 +22,22 @@ xmlns:j="jelly:core" xmlns:maven="jelly:maven" xmlns:doc="doc" + xmlns:scm="scm" xmlns:ant="jelly:ant"> + + + + + + Must have SCM plugin v1.5 installed to use this version of the jdiff plugin. + Try: maven plugin:download -DgroupId=maven -DartifactId=maven-scm-plugin -Dversion=1.5 + You can find the latest version of the SCM plugin on the Maven Download page at + http://maven.apache.org/start/download.html + + + + @@ -71,6 +85,9 @@ + + + @@ -80,17 +97,18 @@ - - - + + - + value="${maven.jdiff.new.dir}/${relativeSrcDir}"/> @@ -103,17 +121,18 @@ - - - - + + + value="${maven.jdiff.old.dir}/${relativeSrcDir}"/> diff --git a/jdiff/xdocs/changes.xml b/jdiff/xdocs/changes.xml index 45b67797..5e330533 100644 --- a/jdiff/xdocs/changes.xml +++ b/jdiff/xdocs/changes.xml @@ -25,7 +25,8 @@ Emmanuel Venisse - + + Utilise SCM plugin to support multiple SCMs (tested with CVS and Subversion) Add basic homepage.