I\'d like to download an artifact and its dependencies at the command line. I.e.
mvn [some plugin]:[goal] -DartifactId=[artifactId] -DgroupId=[groupId] -Dver
The simplest solution would be to create a simple pom with the appropriate dependencies and do mvn clean package on that mini project...