Specify Library Target of Maven
问题 How can I tell Maven to copy the dependencies into a specific location? Side story: I am having a GWT project in Eclipse that is also a Maven Module for a larger project. This GWT project has dependencies to some libraries and I need them to be copied into <project-dir>/war/WEB-INF/lib . How can I tell Maven to do that? Edit : I have found a way to copy a single dependency - but is there a way to copy all of them with a simple instruction? <plugins> <plugin> <groupId>org.apache.maven.plugins<