Re: Annotation-config plugins must be tested with 2.2.1 !

2012-08-03 Thread Kristian Rosenvold
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

Re: Annotation-config plugins must be tested with 2.2.1 !

2012-08-03 Thread Kristian Rosenvold
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

Re: Annotation-config plugins must be tested with 2.2.1 !

2012-08-03 Thread 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 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

Annotation-config plugins must be tested with 2.2.1 !

2012-08-03 Thread Kristian Rosenvold
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 : /**