Separate unit test / functional test directories?

2012-04-04 Thread Russell Gold
I see that the maven lifecycle includes separate phases for unit tests and functional tests, but I don't see how to take advantage of that. The failsafe plugin, as far as I can tell, uses the exact same directories as the surefire one. Is there a standard maven way to define a set of unit tests

Re: Separate unit test / functional test directories?

2012-04-04 Thread David Karr
On Wed, Apr 4, 2012 at 2:06 PM, Russell Gold russell.g...@oracle.comwrote: I see that the maven lifecycle includes separate phases for unit tests and functional tests, but I don't see how to take advantage of that. The failsafe plugin, as far as I can tell, uses the exact same directories as

Re: Separate unit test / functional test directories?

2012-04-04 Thread Russell Gold
Thanks David, that seems like a reasonable approach. I'm a bit surprised, though, given that the philosophy of Maven is convention over configuration, that there is no standard way of doing this, such as separate test and integrationTest directories. On Apr 4, 2012, at 5:15 PM, David Karr

Re: Separate unit test / functional test directories?

2012-04-04 Thread Wayne Fay
given that the philosophy of Maven is convention over configuration, that there is no standard way of doing this, such as separate test and integrationTest directories. Uhhh there is a standard way of doing this [1]: Inclusions By default, the Failsafe Plugin will automatically include all