michael-o commented on pull request #448:
URL: https://github.com/apache/maven/pull/448#issuecomment-782828043


   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`.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to