reinhapa edited a comment on pull request #343:
URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-813393496


   @Tibor17 when I build my project 
[g...@github.com:eXist-db/exist.git](g...@github.com:eXist-db/exist.git) the 
build fails on a test, that works using the M5 excuting:
   ````
   mvn -DfailIfNoTests=false -Dtest=org.exist.management.JmxRemoteTest test
   ````
   This are the changes made on the `develop` branch:
   ````
   --- a/exist-parent/pom.xml
   +++ b/exist-parent/pom.xml
   @@ -651,7 +651,7 @@
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-surefire-plugin</artifactId>
   -                    <version>3.0.0-M4</version>
   +                    <version>3.0.0-M6-SNAPSHOT</version>
                        <configuration>
                            <forkCount>2C</forkCount>
                            <!--  Setting `reuseForks` to `true` greatly speeds 
up execution of the the test suite.
   @@ -671,12 +671,12 @@
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-surefire-report-plugin</artifactId>
   -                    <version>3.0.0-M5</version>
   +                    <version>3.0.0-M6-SNAPSHOT</version>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-failsafe-plugin</artifactId>
   -                    <version>3.0.0-M5</version>
   +                    <version>3.0.0-M6-SNAPSHOT</version>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
   ````


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to