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 2020/01/08 19:04:25 UTC

[GitHub] [maven-compiler-plugin] rfscholte commented on issue #27: MCOMPILER-372 - fix test compile issue: added dependency test path for modules

rfscholte commented on issue #27: MCOMPILER-372 - fix test compile issue: added dependency test path for modules
URL: https://github.com/apache/maven-compiler-plugin/pull/27#issuecomment-572210593
 
 
   If you only need the reactor, please never use `install` anymore, but just `verify`. And with this plugin you should only use `compile`, `test-compile` or `package` (in case you depend on the jar).
   I wonder if we should allow pulling in test-jars from outside the reactor. I know it is possible, but it is a codesmell to me, especially in the JPMS world. (and if overcomplicates the code)

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


With regards,
Apache Git Services