You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Jeffery Painter <je...@jivecast.com> on 2018/12/13 16:20:08 UTC

Re: svn commit: r1848865 - /turbine/core/trunk/pom.xml

Thanks Georg,

That did the trick! I also updated your junit references in
testcontainer/pom.xml to 5.3.2 (just released) which fixes a few bugs:

https://github.com/junit-team/junit5/milestone/31?closed=1

--
Jeff



On 12/13/18 11:17 AM, gk@apache.org wrote:
> 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>
>
>