Re: Using mvn to download jars to local repository (without pom/project)

2006-08-01 Thread Denis Cabasson
Jan Galinski wrote: > > > mvn download -package=mysql -file=driver -version=3.10 > > > 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

Re: Using mvn to download jars to local repository (without pom/project)

2006-08-01 Thread Tamás Cservenák
Hi, you can take a look at Proximity (http://proximity.abstracthorizon.org/). To make an artifact available on it, you can: a) manage the underlying storage (get them whatever way you can, and simply file copy under it) b) make fake Maven POMs OR issue HTTP GET's (like script using wget) for n

Re: Using mvn to download jars to local repository (without pom/project)

2006-08-01 Thread Henry S. Isidro
On Monday, July 31, 2006 17:24, Jan Galinski wrote: > Hi, > > on a server, I want to use mvn (2.0.4) to manage a central jar repository. > Even non maven applications should benifit from this, beacause there > will be be on common repository from where to link commons, db-drivers > etc. Its not goi

Using mvn to download jars to local repository (without pom/project)

2006-07-31 Thread Jan Galinski
Hi, on a server, I want to use mvn (2.0.4) to manage a central jar repository. Even non maven applications should benifit from this, beacause there will be be on common repository from where to link commons, db-drivers etc. Its not going to be a real mirror, merely an "on demand" storage folder.