Re[2]: maven-failsafe-plugin and JPMS module

2018-09-17 Thread Alex Sviridov
Hi, It seems to be, that surefire and failsafe currently don't work the same. Because surefire puts jpms modules on module path, but failsafe doesn't. See my issue here  https://issues.apache.org/jira/browse/SUREFIRE-1570   >Понедельник, 17 сентября 2018, 17:35 +03:00 от John Patrick >: >

Re: maven-failsafe-plugin and JPMS module

2018-09-17 Thread John Patrick
surefire and failsafe plugins appear to work the same I've had to use the 2.22.0 versions I defined my plugin in a pluginManagement section and had to add this ${project.custom.failsafe.argLine.jpms} then in each project I add properties as required like this for surefire or failsafe

maven-failsafe-plugin and JPMS module

2018-09-15 Thread Alex Sviridov
Hi all, Could anyone of maven-failsafe-plugin give answers to the following short questions: 1) Does maven-failsafe-plugin support module path and testing JPMS modules? 2) When the plugin is used for testing a JPMS module are integration tests executed from another JPMS module? For example