hamdard wrote:
My problem is that I don't have the jar available in advance to add it to the
maven's dependency section with scopt test.

The jar is generated as part of a maven lifecycle prior to test
()generate-sources. I need the ability to add a  a directory to the test
classpath with a filter *.jar

Make the plugin attach the generated (test) source directory to the project and the compile plugin will compile the sources and include them in the test class path automatically.

--
Trygve

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to