Author: gk
Date: Thu Dec 13 16:17:04 2018
New Revision: 1848865
URL: http://svn.apache.org/viewvc?rev=1848865&view=rev
Log:
- update surefire to v 3.0.0.-M, which fixes maven test - junit 5 vintage does
not find any tests, cft.
https://junit.org/junit5/docs/current/user-guide/#running-tests-build-maven.
Modified:
turbine/core/trunk/pom.xml
Modified: turbine/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1848865&r1=1848864&r2=1848865&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Thu Dec 13 16:17:04 2018
@@ -548,10 +548,11 @@
<suppressionFile>${project.basedir}/suppression-owasp-fp.xml</suppressionFile>
</suppressionFiles>
</configuration>
- </plugin>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>3.0.0-M2</version>
<configuration>
<!--default setting is forkCount=1/reuseForks=true -->
<reuseForks>false</reuseForks>