Actually, you need to define scm url in all your modules if you want to use 
relative path.
This problem is fixed in maven-scm trunk.

Emmanuel

Yann Le Du a écrit :
Hi,

In order to ease Continuum use, we want to have the following project
structure :

~  PROJECT
~  +-- parent
~      +-- pom.xml
~  +-- module
~      +-- pom.xml

module has obviously parent for parent

parent defines this SCM URL :
scm:svn:svn://host/PROJECT/parent

In module, this is inheirted as :
scm:svn:svn://host/PROJECT/parent/module
... which is not what we want

Note that in parent the module is correctly defined :
<module>../module</module>

Is there way to inherit correct URL (e.g. through relativePath), or is the
only solution to put correct URL directly in module ?

TIA,

- Yann



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to