GitHub user britter opened a pull request:

    https://github.com/apache/maven-surefire/pull/165

    Merge master to junit5

    Bring the junit5 branch up to date with master, so we can continue work.
    
    I'm still getting build failures when running mvn clean verify:
    
    ```
    [INFO] 
------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] Apache Maven Surefire .............................. SUCCESS [  
3.456 s]
    [INFO] SureFire Logger API ................................ SUCCESS [  
2.170 s]
    [INFO] ShadeFire JUnit3 Provider .......................... SUCCESS [  
3.183 s]
    [INFO] SureFire API ....................................... SUCCESS [  
6.506 s]
    [INFO] SureFire Booter .................................... SUCCESS [  
7.111 s]
    [INFO] Maven Surefire Test-Grouping Support ............... SUCCESS [  
2.597 s]
    [INFO] SureFire Providers ................................. SUCCESS [  
0.648 s]
    [INFO] Shared JUnit3 Provider Code ........................ SUCCESS [  
2.317 s]
    [INFO] Shared Java 5 Provider Base ........................ SUCCESS [  
2.665 s]
    [INFO] Shared JUnit4 Provider Code ........................ SUCCESS [  
2.717 s]
    [INFO] Shared JUnit48 Provider Code ....................... SUCCESS [  
3.481 s]
    [INFO] SureFire JUnit Runner .............................. SUCCESS [  
2.502 s]
    [INFO] SureFire JUnit4 Runner ............................. SUCCESS [  
3.261 s]
    [INFO] Maven Surefire Common .............................. SUCCESS [  
9.490 s]
    [INFO] SureFire JUnitCore Runner .......................... SUCCESS [ 
57.624 s]
    [INFO] SureFire JUnit Platform Runner ..................... SUCCESS [  
4.041 s]
    [INFO] SureFire TestNG Utils .............................. SUCCESS [  
1.577 s]
    [INFO] SureFire TestNG Runner ............................. SUCCESS [  
2.972 s]
    [INFO] Surefire Report Parser ............................. SUCCESS [  
3.239 s]
    [INFO] Maven Surefire Plugin .............................. FAILURE [  
3.301 s]
    [INFO] Maven Failsafe Plugin .............................. SKIPPED
    [INFO] Maven Surefire Report Plugin ....................... SKIPPED
    [INFO] Maven Surefire Integration Test Setup .............. SKIPPED
    [INFO] Maven Surefire Integration Tests ................... SKIPPED
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] 
------------------------------------------------------------------------
    [INFO] Total time: 02:06 min
    [INFO] Finished at: 2017-09-25T21:04:26+02:00
    [INFO] Final Memory: 57M/446M
    [INFO] 
------------------------------------------------------------------------
    [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-plugin-plugin:3.3:descriptor 
(default-descriptor) on project maven-surefire-plugin: Error extracting plugin 
descriptor: 'Goal: help already exists in the plugin descriptor for prefix: 
surefire
    [ERROR] Existing implementation is: 
org.apache.maven.plugin.surefire.HelpMojo
    [ERROR] Conflicting implementation is: HelpMojo'
    [ERROR] -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, 
please read the following articles:
    [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
    [ERROR]
    [ERROR] After correcting the problems, you can resume the build with the 
command
    [ERROR]   mvn <goals> -rf :maven-surefire-plugin
    ```
    
    @Tibor17 can you help? Maybe we merge this and then fix the build failures?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/britter/maven-surefire merge-master-to-junit5

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-surefire/pull/165.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #165
    
----
commit 89dc9f97c851bed1d8af0ae75143eb692efb75dd
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-10-29T21:06:12Z

    [SUREFIRE-1296] The project build directory should not be determined as 
(directory of surefire-reports).getParentFile(). It is a problem if report 
directory is customized.

commit fb9b699e27dae905393a5bc4d5c6ae39606c3172
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-10-30T09:51:26Z

    [SUREFIRE-1297] Specify surefire temp directory for run in multiple 
processes

commit 059bd029ccfc56a0d9370f9862d4feed5fc07448
Author: Richard Raumberger <richard.raumber...@gmail.com>
Date:   2016-11-12T21:06:23Z

    [SUREFIRE-1301] add note for changing baseDir property

commit 364b0c9e8ae56916f0b9aead2a26f07ed57befca
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-11-28T22:16:20Z

    [SUREFIRE-1295] Attribute JVM crashes to tests

commit db251b3915d01539903b684f12d6d69e29b978bb
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-11-30T19:08:36Z

    [SUREFIRE] refactoring - removed unnecessary Java class-field

commit a1ecfc022de22ac891cfaa95b752869554544122
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-11-30T19:11:48Z

    [SUREFIRE-1310] ForkClient should handle only one channel-id

commit 9272881e6e8228504b3a3bc35a2d3f0c9f171c35
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-11-30T19:42:43Z

    Merge branch 'master' of https://github.com/apache/maven-surefire into 
SUREFIRE-1295
    
    Conflicts:
        
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/output/ForkClient.java

commit 648c967171bb94c262c15fc5393ba813c313cdfb
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-11-30T22:13:07Z

    Merge branch 'master' of https://github.com/apache/maven-surefire into 
SUREFIRE-1295
    
    Conflicts:
        
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/output/ForkClient.java

commit 392f8b2f5d4d966d4868ccca4e40195a5154ac58
Author: Benedikt Ritter <brit...@apache.org>
Date:   2016-11-22T21:19:35Z

    [SUREFIRE-1308] Move Surefire1179IT to jiras package

commit 15b953000afc26ca3844af7d18fd7b3c9ad26cd5
Author: Benedikt Ritter <brit...@apache.org>
Date:   2016-11-22T20:05:13Z

    SUREFIRE-1306: JUnit4RerunFailingTestsIT does not execute with the JUnit
    version configured in the test
    
    Drop the junitVersion property from pom.xml and let the test execute
    with the latest JUnit 4.12 currently available.

commit 195e4833ca7abb0278d34bff94cd7669d5331e45
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-11-30T23:35:01Z

    [SUREFIRE-1306] JUnit4RerunFailingTestsIT does not execute with the JUnit 
version configured in the test

commit c2a7d4b7f28b0fb5456b9871fd87cbac5c70cbd3
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-02T01:51:07Z

    [SUREFIRE-1305] surefire fails on parallel tests when newline character is 
in test description

commit d9b577cdc991d09116282d89ca69b5d2768acb0e
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-02T03:36:13Z

    [SUREFIRE-1311] JUnit47 provider should not internally parse JUnit 
Description

commit 569e75452b1180251190c34713714bb4ac515d0e
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-03T19:57:21Z

    [SUREFIRE] moved UrlUtils to internal package

commit d7bf6ce49043a3301494fdd26c538afad4e1938d
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-03T21:26:42Z

    [SUREFIRE-1305] surefire fails on parallel tests when newline character is 
in test description

commit 68246e2f93daeee0cbcbaf342fa4a4a485c72899
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-11T08:51:41Z

    [SUREFIRE] refactoring

commit fd293d8971c0c869fca6ee9cd9d17145b9a76bd1
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-11T12:28:37Z

    [SUREFIRE] refactoring

commit 9478990e1e6f5ccb1c25cd3ba92e97a8b57c8228
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-11T12:32:27Z

    [SUREFIRE-1312] Classpath containing url special characters with 
Reflections not working

commit f841a16e4f85ffc28a39baa3f01454c08092f79d
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-11T12:38:42Z

    [SUREFIRE-1313] Unify console report result in SurefirePlugin and VerifyMojo

commit 304f454ed20b492d8d7f739a268a09d8b3c81763
Author: Michael Osipov <micha...@apache.org>
Date:   2016-12-22T22:02:27Z

    Fix typos in Javadocs

commit dcd3b64acf129e630c6aaec9b2e1f48476855bad
Author: Michael Osipov <micha...@apache.org>
Date:   2016-12-22T23:11:25Z

    [SUREFIRE-1315] Fix stylistic errors in DefaultReporterFactory
    
    * Update labels for proper English style
    * Use proper title case

commit 137029531f22e65cb9bb841aa62ca859441b0b14
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-26T14:18:08Z

    [SUREFIRE-1316] MVN 3.1.0 minimum in build time

commit 0d90d9755c3308aaa328a948ce7e14011f426453
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-26T14:27:27Z

    [SUREFIRE-1317] Refactoring

commit 738976c4d7546d91b624435f806d6820e4025f0b
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-26T14:32:51Z

    [SUREFIRE-1318] Upgrade JaCoCo Version to 0.7.8

commit 614f12c62c803d85f4cc48ad850d9055547d12fa
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-26T14:36:40Z

    [SUREFIRE-1319] Upgrade RAT Plugin Version to 0.12

commit 37d99af1c19f2bdd56f10f73155c4947a09b8764
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-26T14:39:18Z

    [SUREFIRE-1320] Upgrade Sniffer Plugin Version to 1.15

commit 99978af43be70e29f2f74c39b888c2ef9b98cd20
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-26T14:43:58Z

    [SUREFIRE-1321] Integration tests should be cleaned up before running. Add 
goal=clean in maven-invoker-plugin.

commit 9964119f3a238223e50b0bd6e813ea8dc03f910d
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-26T15:16:30Z

    [SUREFIRE-1323] Java 1.6 for improved XML parser needed in SUREFIRE-1322

commit 303cc8acdaf677bee9751da94de16e07083febb7
Author: Tibor17 <tibo...@lycos.com>
Date:   2016-12-26T15:26:18Z

    [SUREFIRE-1322] Surefire and Failsafe should dump critical errors in dump 
file and console

commit bd75bac320301db3fc4d8aec5b431f4d10171eb9
Author: Michael Osipov <micha...@apache.org>
Date:   2016-12-26T16:51:23Z

    [SUREFIRE-1315] Fix stylistic errors in DefaultReporterFactory
    
    Label refinements based on discussion on maven-dev.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to