Make Maven to copy dependencies into target/lib

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 dependencies.

16 Answers
16

Leave a Comment