On Apr 20, 2007, at 4:10 PM, Jason Dillon 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.

 * * *

Or maybe add some real tests :-P

It is a non-testable feature. It is a javaagent which requires a jar to test and then it just gives you a handle to the instrumentation stuff.

-dain

Reply via email to