Re: building, installing, using maven COMPLETELY OFFLINE (setting up local mini repository)

2010-02-21 Thread eyal edri
you can also try artifactory: http://www.jfrog.org/products.php http://www.jfrog.org/products.phpvery nice and easy repository. Eyal. On Thu, Feb 18, 2010 at 5:25 PM, Ron Wheeler rwhee...@artifact-software.com wrote: Brett Porter wrote: I run a repository manager (Archiva) on my local

building, installing, using maven COMPLETELY OFFLINE (setting up local mini repository)

2010-02-18 Thread Edward Peschko
All, I need to support a project where I cannot access the internet, even by proxy. And I'd like to use some tools that require maven support for building (apache commons, for example). I see offline mode, and gave it a try, but it STILL seems to still want to connect to the internet when both

Re: building, installing, using maven COMPLETELY OFFLINE (setting up local mini repository)

2010-02-18 Thread Brett Porter
I run a repository manager (Archiva) on my local machine, allowing me to clean my local repository at any time without concern, and getting other advantages like less configuration, whitelist/blacklist, search, etc. What type of errors are you getting in offline mode? Is it missing artifacts

Re: building, installing, using maven COMPLETELY OFFLINE (setting up local mini repository)

2010-02-18 Thread Ron Wheeler
Brett Porter wrote: I run a repository manager (Archiva) on my local machine, allowing me to clean my local repository at any time without concern, and getting other advantages like less configuration, whitelist/blacklist, search, etc. What type of errors are you getting in offline mode? Is