Jan Galinski wrote:
> 
> <pseudo>
> mvn download  -package=mysql -file=driver -version=3.10
> </pseudo>
> 
> Seems to be rather simple, but its hard to search for (maven,
> download, jar, repository ... gives me anything but an answer to my
> problem).
> 

Have a look at the dependency plugin:
http://maven.apache.org/plugins/maven-dependency-plugin/howto.html

It basically does what you want, but given a pom. I don't really know if you
can tweak it from command-line without a pom to back it. But it might be
worth a try...

Denis.

-- 
View this message in context: 
http://www.nabble.com/Using-mvn-to-download-jars-to-local-repository-%28without-pom-project%29-tf2026412.html#a5597413
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to