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.
quick thing , can set @ plugin level , https://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-with-memory-enhancements.html used during run.
Comments
Post a Comment