Enovea / fitnesse-launcher-maven-plugin

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

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

Closed GoogleCodeExporter closed 8 years ago

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

Original issue reported on code.google.com by stewart@javahelp.co.uk on 1 Aug 2013 at 8:57

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

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

Original comment by mraq...@gmail.com on 23 Jan 2014 at 5:10

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

Original comment by m...@fabiankeller.de on 14 Feb 2014 at 12:46

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

Original comment by stewart@javahelp.co.uk on 9 Jun 2014 at 1:58