This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 95685350d49ffd1e03476dcb13658f49cbcf6fad Merge: f88a2a3dab5 d1af05aea06 Author: Matthias Bläsing <[email protected]> AuthorDate: Sun Jun 21 11:04:53 2026 +0200 Merge pull request #9282 from Achal1607/custom-user-settings-xml Added a global preference for user settings.xml for Maven projects .../modules/java/lsp/server/protocol/Server.java | 9 ++ .../lsp/server/protocol/WorkspaceServiceImpl.java | 24 ++++- .../server/protocol/WorkspaceServiceImplTest.java | 110 +++++++++++++++++++++ .../maven/embedder/EmbedderConfiguration.java | 6 +- .../modules/maven/embedder/EmbedderFactory.java | 42 +++++++- .../modules/maven/embedder/MavenEmbedder.java | 10 +- .../netbeans/modules/maven/NbMavenProjectImpl.java | 51 +++++----- .../netbeans/modules/maven/api/FileUtilities.java | 29 +++--- .../netbeans/modules/maven/api/NbMavenProject.java | 3 + .../maven/execute/MavenCommandLineExecutor.java | 5 + .../modules/maven/nodes/ProjectFilesNode.java | 6 +- .../modules/maven/options/Bundle.properties | 1 + .../modules/maven/options/MavenSettings.java | 25 ++++- .../modules/maven/options/SettingsPanel.form | 37 ++++++- .../modules/maven/options/SettingsPanel.java | 94 ++++++++++++++++-- 15 files changed, 392 insertions(+), 60 deletions(-) --------------------------------------------------------------------- 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
