Oh yes; surefire requires 3.x to build, but we could run the IT's with 2.2.1
Den 3. aug. 2012 kl. 20:15 skrev Olivier Lamy :
> Grhh. My bad.
> It's now fixed. I have make mavenHome to use for it tests more configurable:
> * -DmavenHomeUsed= path to a maven 2.x home
> * or -Pmaven-2.2.1 this profi
Hold 2.12.2; I have something cool to add this weekend...
Den 3. aug. 2012 kl. 20:15 skrev Olivier Lamy :
> Grhh. My bad.
> It's now fixed. I have make mavenHome to use for it tests more configurable:
> * -DmavenHomeUsed= path to a maven 2.x home
> * or -Pmaven-2.2.1 this profile will download a
Grhh. My bad.
It's now fixed. I have make mavenHome to use for it tests more configurable:
* -DmavenHomeUsed= path to a maven 2.x home
* or -Pmaven-2.2.1 this profile will download a maven 2.2.1 distrib
and use it for integration tests.
I will add a jenkins job to run with -Pmaven-2.2.1.
I will st
We just had https://jira.codehaus.org/browse/SUREFIRE-896, and for
some reason the
/**
* Map of project artifacts.
*
* @parameter expression="${project.artifactMap}"
* @required
* @readonly
*/
private Map projectArtifactMap;
that was converted to :
/**