On Mar 20, 2009, at 7:49 AM, Grant Ingersoll wrote:

One Maven command that comes in handy from time to time is: mvn dependencies:copy-dependencies. This will download all the project dependencies into your target directory, from which you can then add to a classpath.

Sorry, that should have been mvn dependency:copy-dependencies

People will probably find http://maven.apache.org/plugins/index.html helpful for knowing what goals are available.

Reply via email to