This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 70fab45 [NETBEANS-2644] Gradle buildSrc projects are recognized and
displayed in the Build Scripts node
new bac26b5 Branding API to configure default value for output reuse and
CoS
new 68d7ceb Keep one Maven JPDAStart instance per project and kill
previous launch when new one is requested
new 869353c Fixing a typo
new 0e6accd Make the among the threads shared field volatile
new ee29071 Merge pull request #2427 from
JaroslavTulach/jtulach/MavenConfigAndRobustness
The 4464 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
java/maven/apichanges.xml | 15 ++
java/maven/arch.xml | 19 ++
java/maven/manifest.mf | 2 +-
.../netbeans/modules/maven/NbMavenProjectImpl.java | 4 +-
.../modules/maven/api/execute/RunUtils.java | 11 +-
.../modules/maven/debug/DebuggerChecker.java | 7 +-
.../debug/{JPDAStart.java => MavenJPDAStart.java} | 226 ++++++++++-----------
.../modules/maven/options/MavenSettings.java | 15 +-
.../modules/maven/NbMavenProjectImplTest.java | 15 +-
.../maven/api/execute/Bundle_test.properties | 18 ++
.../modules/maven/api/execute/RunUtilsTest.java | 85 ++++++++
.../modules/maven/options/Bundle_test.properties | 18 ++
.../modules/maven/options/MavenSettingsTest.java | 57 ++++++
13 files changed, 362 insertions(+), 130 deletions(-)
rename java/maven/src/org/netbeans/modules/maven/debug/{JPDAStart.java =>
MavenJPDAStart.java} (51%)
create mode 100644
java/maven/test/unit/src/org/netbeans/modules/maven/api/execute/Bundle_test.properties
create mode 100644
java/maven/test/unit/src/org/netbeans/modules/maven/api/execute/RunUtilsTest.java
create mode 100644
java/maven/test/unit/src/org/netbeans/modules/maven/options/Bundle_test.properties
create mode 100644
java/maven/test/unit/src/org/netbeans/modules/maven/options/MavenSettingsTest.java
---------------------------------------------------------------------
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