That seemed to do the trick. Thanks. Does that mean that the 2.2 version is broken in its current state in the repo? Should I contact the <contributors> listed in the pom to look into this?
-----Original Message----- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:12 PM To: Maven Users List Subject: Re: [m2] No Java test frameworks found? Try adding an explicit plugin for maven-surefire-plugin with version 2.1.3 (or 2.2) to your pom. Wayne On 5/25/06, Morgan Rachell <[EMAIL PROTECTED]> wrote: > > I had setup my project a few weeks ago and was running 'mvn install' > (with JUnit tests, etc.) without problems. Someone new just joined my > project and just did a 'mvn install', which first downloaded all > plugins and dependencies, but then he got this error: > > [INFO] > ---------------------------------------------------------------------- > -- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] No Java test frameworks found > [INFO] > ---------------------------------------------------------------------- > -- > > We can reproduce the error with just a 'mvn test' command too. > > I noticed that his download was getting maven-surefire-plugin version > 2.2. I was unable to duplicate the problem on my machine because I had > version > 2.1.3 of the plugin. When I deleted version 2.1.3 from local > repository (actually, I foolishly deleted my entire local repo!) I got the same error. > Now we're stuck and cannot get past this error. > > I should also mention that we use a mirror pointing to > http://repo.mergere.com/maven2. It's much faster than ibiblio. > > Has anyone else experienced this problem or know how to get past it? > > Thanks, > Morgan > > -- > View this message in context: > http://www.nabble.com/-m2-+No+Java+test+frameworks+found--t1682690.htm > l#a4564033 Sent from the Maven - Users forum at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
