java - How to set a default -vm option for maven build in eclipse? -


the run > maven build... command in eclipse has vm arguments tab.

how can force eclipse insert default vmarg there during compilation? eg -xmx1g? possible @ all?

sidenote: don't want give eclipse -xmx vmarg (like eclipse.ini). mvn compilation process!

one way set in jre vm args option in ide run configuration.

enter image description here

quick thing , can set @ plugin level , https://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-with-memory-enhancements.html used during run.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -