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 2019/12/17 13:30:58 UTC

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

loizbak 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-566542037
 
 
   I added an integration test case reproducing MCOMPILER-372 test case.
   Bug root case: project2 depends on project1. Both are modularized. Test compilation of project2 fails because project2 test can acceed to project 1 module but not to project 1 test class patch (i.e. project1/target/test-classes).
   When this configuration is detected, project 1 test class path is added as -patchModule compiler options. All integration tests pass.

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