Re: maven.test.skip and phases test and integration-test

2007-08-17 Thread Eric Redmond
maven.test.skip was just built into surefire as a convenience for development, since naturally skipping tests should not be a habit or common practice. If you want to open a JIRA about it (I wouldn't be surprised if one exists somewhere anyway) if I were you, I would instead expand the scope to be

maven.test.skip and phases test and integration-test

2007-08-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I noticed that maven.test.skip is just a convenience property specially interpreted by plugins like surefire. Besides I could NOT find a way to skip integration-tests when tests are configured to run in that phase instead. This causes the bu