Re: Maven Modular Projects with Java 11

2020-07-06 Thread Luff,Chris
+1 I have been using Maven projects with modules for some time. Use NetBeans to generate the module-info in the default package. Will like need some tweaking to export the right packages for consumption by the other projects. > On 6 Jul 2020, at 09:26, Neil C Smith wrote: > > On Mon, 6 Jul 202

Re: Maven Modular Projects with Java 11

2020-07-06 Thread Neil C Smith
On Mon, 6 Jul 2020 at 08:21, Shaun Flynn wrote: > My question is: is there a way to create a Maven project which uses the Java > Module system? > > I do have a work around but it feels quite hacky: each Java is it's own Maven > project, or is this how it is supposed to be? Sounds right to me.

Maven Modular Projects with Java 11

2020-07-06 Thread Shaun Flynn
Hello there folks, First time poster, so please be gentle :) I have recently gained the confidence to stsrt using Maven after learning how to use the module system in Java 11. My question is: is there a way to create a Maven project which uses the Java Module system? I do have a work around but