PavelTurk commented on issue #6744:
URL: https://github.com/apache/netbeans/issues/6744#issuecomment-1867555247

   @asbachb Maven works with jpms modules under `src/it` very well and it was 
implemented about 3-4 years ago. If you don't have much experience with JPMS 
modules then I suggest you to read 
[this](https://sormuras.github.io/blog/2018-09-11-testing-in-the-modular-world.html).
 It is a good start. 
   
   After that you can try to create two different JPMS test modules in 
`src/test` for unit tests and in `src/it` for it tests. You will see how much 
module-info of every module differs. 
   
   Besides, such configuration allows to works separately with unit tests 
module-info and it test module-info.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to