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