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 and also a 
separate set of functional tests? If not, what good does having separate phases 
do?

Reply via email to