On 4/21/07, Jason Dillon <[EMAIL PROTECTED]> wrote:
You guys really shouldn't need a dummy test in there. Maven should be skipping tests if the src/test directory is not present. If not its a bug, though you can easily work around this by adding this to your pom:<properties> <maven.test.skip>true</maven.test.skip> </properties> And then drop the src/test dir and the junit dep in the pom.
That's the idea! Thanks Jason. I was not very happy to keep dummy test just to satisfy m2 (unreasonable) requirements. Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
