diff --git a/jdiff/plugin.jelly b/jdiff/plugin.jelly
index 9518b6ff..6f40a3ad 100644
--- a/jdiff/plugin.jelly
+++ b/jdiff/plugin.jelly
@@ -104,7 +104,7 @@
password="${maven.scm.password}"
/>
+ value="${maven.jdiff.new.dir}/${maven.jdiff.svn.module}/${relativeSrcDir}"/>
@@ -128,7 +128,7 @@
password="${maven.scm.password}"
/>
+ value="${maven.jdiff.old.dir}/${maven.jdiff.svn.module}/${relativeSrcDir}"/>
diff --git a/jdiff/plugin.properties b/jdiff/plugin.properties
index 2960a3dd..0452f8e1 100644
--- a/jdiff/plugin.properties
+++ b/jdiff/plugin.properties
@@ -22,3 +22,5 @@
# -------------------------------------------------------------------
maven.jdiff.old.tag=CURRENT
maven.jdiff.new.tag=HEAD
+
+maven.jdiff.svn.module=
\ No newline at end of file
diff --git a/jdiff/xdocs/changes.xml b/jdiff/xdocs/changes.xml
index e54dff62..bb90cbbd 100644
--- a/jdiff/xdocs/changes.xml
+++ b/jdiff/xdocs/changes.xml
@@ -25,6 +25,7 @@
+ Jdiff fails with svn modules. New property maven.jdiff.svn.module.
Jdiff doclet fails with jdk 1.4.
Use relative links to the javadoc.
It requires at least maven-plugin-plugin v1.7.
diff --git a/jdiff/xdocs/properties.xml b/jdiff/xdocs/properties.xml
index ccc82c38..d2032dc6 100644
--- a/jdiff/xdocs/properties.xml
+++ b/jdiff/xdocs/properties.xml
@@ -57,6 +57,14 @@
scm plugin properties.
+
+ | maven.jdiff.svn.module |
+ Yes |
+
+ If you are using Subversion with modules, indicate the module
+ of your project here.
+ |
+