Re: [SUREFIRE] How does Junit4VersionsIT work?

2016-09-08 Thread Benedikt Ritter
Version} to set the JUnit version. How does this work? Does > > maven automatically convert between the two property keys? > > > > Regards, > > Benedikt > > > > > > -- > > If you reply to this email, your message will be a

Re: [SUREFIRE] How does Junit4VersionsIT work?

2016-09-08 Thread Tibor Digana
our message will be added to the discussion > below: > http://maven.40175.n5.nabble.com/SUREFIRE-How-does-Junit4VersionsIT-work- > tp5880159.html > To start a new topic under Maven Developers, email > ml-node+s40175n142166...@n5.nabble.com > To unsubscribe from Mave

[SUREFIRE] How does Junit4VersionsIT work?

2016-09-07 Thread Benedikt Ritter
Hi surefire devs, I don't understand how the Junit4VersionsIT sets the JUnit version to use during testing. The version is set as sysProp "junit.version" on mavenLauncher, but the test pom.xml in the resources/junit4 folder uses ${junitVersion} to set the JUnit version. How does this work? Does ma