1. installing/using maven WITHOUT an internet connection, can this be done? - do I have to execute one goal of each plugin on a machine with an internet connection so that maven will go download it? - then move my .m2 directory to every machine without an internet connection?
2. is there a directory WITHIN the maven install directory that plugins can be put? - my LAN can/will never be attached to the internet and I'd like to be able to zip up the apache-maven-2.x directory and just unzip it on my work stations (with all plugins already installed) 3. can each project have it's own 'local' repository? - I know maven's stated goal is to have 'repositories' and keep libraries out of revision control systems, but it is just not practical in my situation - I need module inter-dependencies resolved within the overall 'project-local' repository Thanks, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
