I would like to have Maven download the JARs listed in a pom.xml file. How do I do that? Currently, Maven wants to compile the project (and it fails). I don\'t care about com
Try
mvn install dependency:copy-dependencies
You will see all the jars under 'target/dependency' folder