Emmanuel, I couldn't build maven-scm trunk, there are test failures in maven-scm-provider-svn
I tried to put the deployed 20060115.041342 SNAPSHOTs in continuum/lib and to use relativePath, but I got the same problem when I add the module in Continuum : the URL is resolved as svn://host/PROJECT/parent/module Was the problem fixed on Jan 15th ? - Yann 2006/1/20, Yann Le Du <[EMAIL PROTECTED]>: > > Thanks Emmanuel, I'll try with maven-scm trunk then. > > - Yann > > 2006/1/19, Emmanuel Venisse < [EMAIL PROTECTED]>: > > > > 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] > > > > >
