Re: prevent automatic adaptation of scm connection url

2018-02-07 Thread Hervé BOUTEMY
see https://issues.apache.org/jira/browse/MNG-6059 for a new feature to avoid 
artifactId addition

the current behaviour is documented in
http://maven.apache.org/ref/3.5.2/maven-model-builder/index.html#Inheritance_Assembly

Regards,

Hervé

Le mardi 6 février 2018, 08:31:50 CET Basin Ilya a écrit :
> Hi list.
> I have a multi-module project. The parent pom has something like:
> 
>   
>   
> scm:git:http://0.0.0.0/dummy/for/buildnumber-maven-plugin.git<
> /connection> 
> 
> Strangely, in the effective pom of submodules the module directory name is
> appended to the urls:
> 
>   
>   
> scm:git:http://0.0.0.0/dummy/for/buildnumber-maven-plugin.git/
> submodule 
> 
> 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: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



prevent automatic adaptation of scm connection url

2018-02-05 Thread Basin Ilya
Hi list.
I have a multi-module project. The parent pom has something like:



scm:git:http://0.0.0.0/dummy/for/buildnumber-maven-plugin.git


Strangely, in the effective pom of submodules the module directory name is 
appended to the urls:



scm:git:http://0.0.0.0/dummy/for/buildnumber-maven-plugin.git/submodule


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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org