javahelp / fitnesse-launcher-maven-plugin

Automatically exported from code.google.com/p/fitnesse-launcher-maven-plugin
1 stars 3 forks source link

Ensure version 1.4.0 is compatible with both Maven 3.1.0 and 3.0.x #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Originally reported on Google Code with ID 21

This issue may be relevant, particular the MavenCompatibilityHelper. https://github.com/TimMoore/mojo-executor/issues/13

Reported by stewart@javahelp.co.uk on 2013-08-01 08:57:56

GoogleCodeExporter commented 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


GoogleCodeExporter commented 9 years ago
Any idea when 1.4.0 version is coming out?

Reported by mraq786 on 2014-01-23 17:10:27

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
/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