On Tue, Aug 12, 2008 at 5:07 PM, Julien Vermillard <[EMAIL PROTECTED]> wrote: > We still miss : > - [...] > - a "lib" directory for all the dependencies (anyone know how to do > that with automagicly with mvn ?)
- Using maven-assembly-plugin: add a DependencySet element to release.xml. - Using maven-dependency-plugin: use the copy-dependencies task. I'd recommend the former. Barend
