Sounds like we need to update the tutorial and/or change the default property that webtest looks for. Might be easiest to change from using "test" to "webtest".
Matt On Sat, Apr 25, 2009 at 9:32 PM, DanLanglois <danlangl...@yahoo.com> wrote: > > ok, I found this email in the forum, it's the same issue & gives a > resolution, so I'll copy it here: > > integration-test -DfailIfNoTests=false Click to flag this post > > by Gareth Davis Jan 22, 2008; 08:24am :: Rate this Message: (use ratings to > moderate[?]) > > Reply | Reply to Author | Show Only this Message > hi all, > > Just a heads up really. Not sure if anybody else has noticed this but > it appears that the latest update to the maven surefire plugin has > added a little feature for us. > > before to surefire 2.4 (released 15th Jan): > > > mvn integration-test -Dtest=Login > > would run the webtest target 'Login' no problems, now it will fail > because the test phase doesn't find any targets to run. To override > this new feature: > > > mvn integration-test -Dtest=Login -DfailIfNoTests=false > > > Gareth > -- > View this message in context: > http://www.nabble.com/Tutorial-bugs-tp23238758s2369p23238898.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >