Lukas Löhle created NETBEANS-3794:
-------------------------------------
Summary: Add option to keep changes to "Run" options out of shared
configuration.
Key: NETBEANS-3794
URL: https://issues.apache.org/jira/browse/NETBEANS-3794
Project: NetBeans
Issue Type: Wish
Components: javaee - Web Project
Affects Versions: 11.2
Reporter: Lukas Löhle
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):
{code:xml}
<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>
{code}
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists