This is a bit of nastiness that I've encountered in the past as well. All the suggestions offered are mostly functional, but ugly in my view...
So, I have recently started committing to Maven... MNG-2010 is what I've posted my first changes to, and will be hitting the compile and surefire plugins as well... (I'm just not sure if the changes are going to be accepted, because I haven't had any feedback yet...) - nelz On 5/25/07, Harry Larsen <[EMAIL PROTECTED]> wrote:
Hello, I have problems with directory layout of tests. I have the standard directory layout src\main\java src\test\java Problem is - everything under src\test\java is compiled and tested as unit tests. But I have also integration tests, which can be only run with container. I don't want to run them. So I put the integration tests under src\test\integration. I configured a little cargo, it compiles stuffs, starts container and stops container. But it doesn't see any of integration tests. How this can be done? Thanks Harry --------------------------------- Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
