Hi all, I would like to build my own ANT tasks using Maven. The problem is that ANT testing requires a special JAR (ant-testutil.jar) which is not distributed through Maven's central repo.
Now, I have two choices: 1) manually install that JAR in my local repo -- this will require everybody to manually install that JAR into his local repo 2) put that JAR into my projects src/bin directory and then somehow add it to the Surefire classpath -- how? I saw the classpathElements, but don't know how to use it (or even if that's what I need in this case). Please help, Adrian. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]