This is an automated email from the ASF dual-hosted git repository.
sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 409ff48d73 Merge pull request #6813 from
sdedic/vscode/select-run-config
new 816ee7992e Prevents NPE working with configurations.
new 757cff1f27 Allow to declare run goals
new 57b607c141 Merge pull request #6805 from
sdedic/maven/execute-custom-goal
The 9444 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:
.../netbeans/modules/micronaut/resources/layer.xml | 11 +++
.../resources/micronaut-actions-maven.xml | 4 +
java/maven/apichanges.xml | 19 +++++
java/maven/arch.xml | 5 ++
java/maven/nbproject/project.properties | 2 +-
java/maven/nbproject/project.xml | 3 +
.../modules/maven/api/customizer/ModelHandle.java | 10 +++
.../modules/maven/customizer/RunJarPanel.java | 30 ++++++-
.../maven/src/org/netbeans/modules/maven/layer.xml | 8 ++
.../modules/maven/runjar/MavenExecuteUtils.java | 54 +++++++++++-
.../maven/spi/actions/MavenActionsProvider.java | 11 ++-
.../maven/execute/MavenExecutionTestBase.java | 15 +++-
.../maven/runjar/ExecutionEnvHelperTest.java | 98 +++++++++++++++++++++-
.../modules/maven/runjar/custom-test-goals.xml | 45 ++++++++++
.../maven/runjar/example-rungoals-config.xml | 50 +++++++++++
15 files changed, 354 insertions(+), 11 deletions(-)
create mode 100644
java/maven/test/unit/src/org/netbeans/modules/maven/runjar/custom-test-goals.xml
create mode 100644
java/maven/test/unit/src/org/netbeans/modules/maven/runjar/example-rungoals-config.xml
---------------------------------------------------------------------
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