Closed GoogleCodeExporter closed 8 years ago
The attached patch updates fitnesse-launcher-maven-plugin to work with both
Maven 3.1.x and 3.0.x.
Original comment by bjorn.be...@callistaenterprise.se
on 20 Nov 2013 at 2:47
Attachments:
Any idea when 1.4.0 version is coming out?
Original comment by mraq...@gmail.com
on 23 Jan 2014 at 5:10
I guess the patch does not contain all the magic. You have to change the
maven.version property in the parent-pom too. The patch only changes the
prerequisites to 3.1.1.
This is necessary to have a suitable maven-core api dependency.
parent-pom.xml (the one in the main folder)
<properties>
...
<maven.version>3.1.1</maven.version>
...
</properties>
Original comment by m...@fabiankeller.de
on 14 Feb 2014 at 12:46
/trunk code for 1.4.0-SNAPSHOT is now compatible with Maven 3.1.x
See wiki page MavenCompatibility for more.
Public snapshot updated
Also see Issue #26
Original comment by stewart@javahelp.co.uk
on 9 Jun 2014 at 1:58
Original issue reported on code.google.com by
stewart@javahelp.co.uk
on 1 Aug 2013 at 8:57