It is a known limitation of maven-scm, the work around is

 1. configure SCM element in your sub module

 or

 2. your module and artifactId to be the same.


-D

On 3/5/07, Christophe Hamerling - EBM WebSourcing <
[EMAIL PROTECTED]> wrote:

Hi all,

I have a project with multiple modules. The modules have not the same
value as the artifact ones, for example:
I have a module named module1 but the module1 pom defines an artifactId
myapp-module1.
When preparing the release with the release plugin, the generated
release.properties file contains:


scm.url=scm\:svn\:svn+ssh\://[EMAIL PROTECTED]
/svnroot/myproject/trunk/myapp-module1

But I want to have

scm.url=scm\:svn\:svn+ssh\://[EMAIL PROTECTED]
/svnroot/myproject/trunk/module1

Is it a bug in the maven plugin? Could I configure the plugin with some
options?
Do I have to override SCM values for all my modules (~20) ? (Not really
clean)
Or simply, do I have to change the directory names to match with the
artifactId?

Thanks

Christophe Hamerling


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

Reply via email to