Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] How to specify JVM args?

Are you asking about Eclipse JVM or JVM started from Eclipse, using
Run->MavenBuild or Run->JavaApplication?

For Eclipse JVM you need to modify eclipse.ini or use -vmargs command
line parameter. For JVMs started from Eclipse, most/all launch
configuration dialogs will have a way to specify jvm arguments.

Also note that Maven (and m2e) uses http proxy configuration specified
in settings.xml file and this is what I recommend using for Maven.

--
Regards,
Igor

On 2013-08-29 11:43 AM, Keith Barlow wrote:
Hiyas,

Quick Question:  What is the correct way to pass parameters to the JVM
via build configurations in Eclipse?  I am trying to specify JVM proxy
parameters:

-Dhttp.proxyHost=localhost
-Dhttp.proxyPort=8889

I tried specifying them on the JRE tab but they don't see to get applied.

Thanks.

Keith
--
Keith Barlow

/Software Engineer/
*Dell Boomi*


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top