Closed GoogleCodeExporter closed 9 years ago
The attached patch updates fitnesse-launcher-maven-plugin to work with both Maven 3.1.x
and 3.0.x.
Reported by bjorn.beskow@callistaenterprise.se
on 2013-11-20 14:47:36
Any idea when 1.4.0 version is coming out?
Reported by mraq786
on 2014-01-23 17:10:27
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>
Reported by mail@fabiankeller.de
on 2014-02-14 12:46:23
/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
Reported by stewart@javahelp.co.uk
on 2014-06-09 13:58:44
Fixed
Originally reported on Google Code with ID 21
Reported by
stewart@javahelp.co.uk
on 2013-08-01 08:57:56