This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from b2fcefe Fix tests in ide/versioning and ide/versioning.core modules new 9660b3d [NETBEANS-1763] Adjust surefire integration to support failsafe (integration tests) new b9dca47 [NETBEANS-1763] Unify maven specific action commands in ActionProviderImpl new 68022a0 [NETBEANS-1763] All rerunning of integration tests new 2ebaabc Include test type (Unit/Integration) into name of test session new 8f82dfc Merge pull request #1402 from matthiasblaesing/netbeans-1763-failsafe-output The 2882 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.junit.ui/manifest.mf | 2 +- java/maven.junit.ui/nbproject/project.properties | 2 +- .../maven/junit/ui/MavenJUnitTestMethodNode.java | 80 ++++++----- java/maven.junit/manifest.mf | 2 +- java/maven.junit/nbproject/project.xml | 2 +- .../maven/junit/JUnitOutputListenerProvider.java | 149 ++++++++++++++------- .../maven/junit/JUnitOutputProcessorFactory.java | 5 +- java/maven/manifest.mf | 2 +- .../netbeans/modules/maven/ActionProviderImpl.java | 13 +- .../org/netbeans/modules/maven/api/Constants.java | 1 + .../org/netbeans/modules/maven/cos/CosChecker.java | 10 +- .../modules/maven/cos/OldJavaRunnerCOS.java | 23 ++-- .../modules/maven/customizer/ActionMappings.java | 10 +- .../modules/maven/customizer/Bundle.properties | 2 + .../maven/execute/AbstractOutputHandler.java | 4 +- .../maven/execute/defaultActionMappings.xml | 34 +++++ .../modules/maven/runjar/RunJarStartupArgs.java | 6 +- 17 files changed, 232 insertions(+), 115 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists