Hi, My understanding was that -Dmaven.test.skip=true tells the surefile plugin to skip the tests. What phase that the plugin is bound to is a different story. So, if you have the surefire plugin bound to the integration phase (it's not by default), you can turn the tests of by that flag. Have you tested and it doesn't work? I normally keep the integration tests in a separate module and therefore haven't had the need to be able to turn them off.
/Anders On Thu, Jun 4, 2009 at 07:17, Farrukh Najmi <[email protected]> wrote: > Hi Guys, > > I see that specifying -Dmaven.test.skip=true skips units tests vut does not > skip integration tests. > Is there a way to specify an option to skip integration tests? If not, is > there an open issue to request > a way to do this? Thanks for your help. > > -- > Regards, > Farrukh > > Web: http://www.wellfleetsoftware.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]
