Re: Location in Netbeans to Specify JVM Args

2020-03-05 Thread Geertjan Wielenga
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 wrote: > I have a maven Java web project, and I need to pass in a JVM argument to > specify the path to an ex

Location in Netbeans to Specify JVM Args

2020-03-05 Thread SUPERGAN, TOM
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 Net