Hi, I'm trying to append an additional jar to "maven.compile.classpath" while using the antrun plugin.
<configuration>
<tasks>
<property name="classpath"
refid="maven.compile.classpath"/>
</tasks>
How do I add a maven snapshot build jar (or any other external) to this
classpath?
Thanks,
Venkat
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
