On 30 July 2010 02:46, dougx <[email protected]> wrote: > Just my $0.02: Call me old fashioned but when I download a code > repository I expect it to compile, not try to download additional > artifacts and then compile (yes, sad to say not the entire world is > connected to the internet 24/7).
Maven artifacts are cached in a local repository, so you only need the internet the first time you run maven, and whenever dependencies change. This is essentially no different to fetching the dependencies from a source control server. cheers -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
