Hi,
My project includes dependencies on several JavaScript libraries,
including Dojo, RequireJS and beautify-js. I'm currently using Ant's get
task to download these dependencies, but I'd like to integrate this with
my Maven build. The way I thought I would do this would be to bind an
antrun goal to the phase in which dependencies are downloaded. However,
after consulting the lifecycle reference
<http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference>,
I cannot find a Maven phase in which dependencies are downloaded.
Please let me know if I'm on the right track, or if there is a better
way of going about this. Thanks,
Jake
- downloading JavaScript libraries Jacob Beard
-