I have several tests which I can run individually from NetBeans or at the command line and they pass OK, but if I run "mvn clean install" from command line several of these same tests will fail. This seems odd -- shouldn't the tests either pass or fail regardless of whether or not they're being run as a suite within Maven or as individual tests?
--James -- View this message in context: http://www.nabble.com/Tests-run-fine-in-NetBeans%2C-but-fail-using-command-line-Maven-tp21019373p21019373.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
