I have a Netbeans Platform modular project, not a regular Java project. I want to set VM options to increase memory, but under the \"properties\" dialog, there is no way to
As described in this question, you can use etcConfFile parameter of nbm-maven-plugin:
org.codehaus.mojo nbm-maven-plugin src/main/resources/app.conf
More info: Geertjan's Blog