That's not true. You could just have a file server that all users could
read from.

I would disagree that this is somehow harder than what you're talking
about. And aren't you going to want an internal repo at some point
anyway?

But if you really wanted to require each user to install X number of
jars into their local repo, I'd suggest using a shell script/bat file
that calls "mvn install:install-file [params]" repeatedly. Although I'm
sure the install plugin could be modified to not have the read-only
params, having a pom for this installation seems unnecessarily verbose.

-----Original Message-----
From: Dave Syer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 08, 2006 11:16 AM
To: users@maven.apache.org
Subject: RE: Automating install:install-file


> Why not just set up an internal repository to contain these jars and
use
> deploy:deploy-file one time to put them there? 

I might end up there anyway, but that seems like the hard way.  I would
need
access to a web/ftp server and the ability / permission to upload files
there?  Is there no way I can do it with just a normal source control
system?
-- 
View this message in context:
http://www.nabble.com/Automating-install%3Ainstall-file-tf2071058.html#a
5708666
Sent from the Maven - Users forum at Nabble.com.


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

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

Reply via email to