Hi list.
I have a multi-module project. The parent pom has something like:
<scm>
<connection>scm:git:http://0.0.0.0/dummy/for/buildnumber-maven-plugin.git</connection>
</scm>
Strangely, in the effective pom of submodules the module directory name is
appended to the urls:
<scm>
<connection>scm:git:http://0.0.0.0/dummy/for/buildnumber-maven-plugin.git/submodule</connection>
</scm>
I know it makes sense for SVN, but git urls can't contain subdirs, do they?
And where is this documented?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]