I'm calling an Ant script using the maven-antrun-plugin. How do I get a fileset reference to the dependencies from within my Ant script?

I'd like to copy all of the jar files that my app depends on to a particular directory.

I know it's possible if I'm call Maven from Ant (using <artifact:dependencies> syntax). But I'm calling Ant from Maven, and would like to pass in the fileset reference the same way we pass in classpath references.

My pom looks pretty standard, just like these examples:

http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html


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

Reply via email to