Hi Everyone, The current behaviour of Maven for a multi-module project is that the module path will automatically be appended to the end of the scm fields (connection, url, etc). This has always seemed like a bug to me since it not what you would want for a real multi-module project. The only case where it is correct is when you have a bunch of small loosely connected projects (like Maven plugins) and you are using svn.
For a multi-module project using git, this is really annoying because now I have to set the scm URL for each module separately if I want them to contain a working URL. Am I missing some simple configuration? Or should we fix this maybe in Maven 3.1 to just inherit the scm information unmodified instead of trying to be smart about adding module paths? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
