Details
-
Wish
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
11.2
-
None
-
None
Description
When e.g. disabling "deploy on save" on a Maven Web Application, the nb-configuration.xml file will change to include that setting (it is removed when enabled, strangely):
<org-netbeans-modules-maven-j2ee.netbeans_2e_deploy_2e_on_2e_save>false</org-netbeans-modules-maven-j2ee.netbeans_2e_deploy_2e_on_2e_save>
The same seems to happen with other settings (e.g. selecting a server).
I like to keep this setting disabled as I am mostly working with a server that does not respond well to it, but I would like to keep this local to my setup.
The nb-configuration.xml file is shared with other developers via VCS however, and I would like to not have to pay attention to not commit this setting.