show/hide this revision's text 3 tags & title

How to force Maven2 to copy dependencies into target/lib

show/hide this revision's text 2 retagged
show/hide this revision's text 1

How to force Maven2 to copy dependencies into target/lib

Hi,

How do I get my project's runtime dependencies copied into the target/lib folder?

As it is right now, after 'mvn clean install' the target folder contains only my project's jar, but none of the runtime depencies.

Thanks,

Michael