However you would do it in Maven is how you would do it in NetBeans, since NetBeans is just a GUI wrapper around the Maven command line.
Gj On Thu, Mar 5, 2020 at 11:18 PM SUPERGAN, TOM <ts3...@att.com> wrote: > I have a maven Java web project, and I need to pass in a JVM argument to > specify the path to an external properties directory. > > > > The rest of the team on this project uses Eclipse, and they just add the > argument –Dprop.name=prop.value in the server’s config. > > > > Where does the –D JVM setting go in Netbeans 11.3? I tried Project > Properties Configurations and Actions to no effect. > > > > >