From 1a3e114f5e000dc73d1397f1c134692fa2b044fa Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 12 Mar 2007 13:31:28 +0000 Subject: [PATCH] PR: MPJDIFF-9 Jdiff fails with svn modules. New property maven.jdiff.svn.module. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@517210 13f79535-47bb-0310-9956-ffa450edef68 --- jdiff/plugin.jelly | 4 ++-- jdiff/plugin.properties | 2 ++ jdiff/xdocs/changes.xml | 1 + jdiff/xdocs/properties.xml | 8 ++++++++ 4 files changed, 13 insertions(+), 2 deletions(-) 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. + +