You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/03/08 13:47:35 UTC

[GitHub] [maven] MartinKanters edited a comment on pull request #448: [MNG-7102] The child modules of excluded projects are now excluded

MartinKanters edited a comment on pull request #448:
URL: https://github.com/apache/maven/pull/448#issuecomment-792767072


   > I wonder what would happen if I have this:
   > 
   > root: mod_a, mod_b, mod_c
   > mod_c: mod_c_1, mod_c_2, mod_c_3
   > mod_c_2: mod_c_2_1, mod_c_2_2, mod_c_2_3
   > mod_c_2_2: mod_c_2_2_1, mod_c_2_2_2
   > 
   > `mvn -pl !mod_c2,mod_c_2_2`
   > 
   > I think this should be the equivalent of `mvn -pl mod_c_2_2`.
   
   @michael-o Good point, I discussed this with @mthmulders and we both agree your desired outcome should be the actual outcome. 
   It was not the case though, so we had to change the DefaultGraphBuilder a bit more, please see the last commit.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org