Thursday, July 5, 2012

Using maven just to fetch dependencies, not to build

There are lots of useful things about maven, but I needed to just fetch some dependencies. Here's how:



Run mvn dependency:copy-dependencies and you'll end up with your dependencies in your ./libs directory.

No comments: