Re: Surefire plugin 2.2-SNAPSHOT problem

2006-05-10 Thread Kenney Westerhof
On Tue, 9 May 2006, Wendy Smoak wrote: You also need to build surefire from source: https://svn.apache.org/repos/asf/maven/surefire/trunk -- Kenney > I just updated built maven-surefire-plugin 2.2-SNAPSHOT from source, > then tried 'mvn test' on my own project. > > I get: > [INFO] > --

Re: Surefire plugin 2.2-SNAPSHOT problem

2006-05-09 Thread Wendy Smoak
On 5/9/06, Brett Porter <[EMAIL PROTECTED]> wrote: It pulls that artifact from your project's plugin repositories, based on the assumption that that is where the surefire plugin from. Since you built from source, that assumption isn't right. You'll have to build the other from source. Thanks f

Re: Surefire plugin 2.2-SNAPSHOT problem

2006-05-09 Thread Brett Porter
It pulls that artifact from your project's plugin repositories, based on the assumption that that is where the surefire plugin from. Since you built from source, that assumption isn't right. You'll have to build the other from source. - Brett Brett Porter wrote: You need to build install su

Re: Surefire plugin 2.2-SNAPSHOT problem

2006-05-09 Thread Brett Porter
You need to build install surefire first. However, it should have attempted to look for this on the snapshot repo - I'll look into it. - Brett Wendy Smoak wrote: I just updated built maven-surefire-plugin 2.2-SNAPSHOT from source, then tried 'mvn test' on my own project. I get: [INFO]

Surefire plugin 2.2-SNAPSHOT problem

2006-05-09 Thread Wendy Smoak
I just updated built maven-surefire-plugin 2.2-SNAPSHOT from source, then tried 'mvn test' on my own project. I get: [INFO] [ERROR] BUILD ERROR [INFO]