On Mon, 6 Jul 2020 at 08:21, Shaun Flynn <scf...@googlemail.com.invalid> 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.  You probably want to look at using a parent
project - New Project / POM Project - with each module as a separate
sub-project of that.

Would recommend reading up on Maven's parent POM, multi-modules, etc.
though if you haven't already done so.  Good to know what's going on
underneath.

Best wishes,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

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

Reply via email to