Only A number of maven plugin requires internet connections when proper artifacts and maven plugin already avaible in local repository.
For Example: buildnumber plugin requires connections, when disable it, it can run without any option required. Wendy Smoak-3 wrote: > > On 10/31/07, PeterAU2 <[EMAIL PROTECTED]> wrote: >> >> Simple question that I haven't been able to find an answer in the online >> doc. >> Does Maven require an Internet connection in order to run? >> (The system I'll be trialling it on doesn't have an Internet connection) > > You can use the -o (or --offline) command line switch to tell it you > are running offline, but you will first have to make sure that all of > the dependencies you need are in your local repository. > > Can you tell us more about the environment? You will need to get all > of the dependency jars onto the build box somehow... > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Newbie%3A-Maven-need-connection--tf4728839s177.html#a13522520 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
