When using Netbeans 7.3 how can I set the maven build action properties to set the MAVEN_OPTS. E.g.
-Xms512m -Xmx1024m -XX:MaxPermSize=1024m
Try right clicking on the project and setting an action with a property for Env.MAVEN_OPTS
similar to this:

来源:https://stackoverflow.com/questions/17348882/netbeans-7-3-how-to-set-maven-opts-e-g-maxpermsize