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.

 * * *

Or maybe add some real tests :-P

--jason


On Apr 20, 2007, at 3:33 PM, Jacek Laskowski wrote:

On 4/20/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote:
I added it back, because I couldn't build anything without it.

Thanks Dain and sorry for the breakage.

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl

Reply via email to