You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Lukas Löhle (Jira)" <ji...@apache.org> on 2020/02/05 12:11:00 UTC

[jira] [Created] (NETBEANS-3794) Add option to keep changes to "Run" options out of shared configuration.

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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists