mvn -o will automatically use your local repo cache. If you are using mvn -o, it will not use any other repos, so the only files available to Maven are those already downloaded to your local machine.
Wayne On 10/15/07, MavenMan <[EMAIL PROTECTED]> wrote: > > > > Wayne Fay wrote: > > > > Try "mvn -h" and then read the help text which is output. One of the > > printed options is what you're looking for. > > > > Wayne > > If I select -o ,need I to set local Repositories ?how to set ? > > Best Regards ! > > > > On 10/15/07, MavenMan <[EMAIL PROTECTED]> wrote: > >> > >> I am a beginer of maven .but I think it is a great artifact. but now I > >> can > >> not connect to Internet. > >> I need a detail step to deel with this problem .By the way ,I use > >> m2eclipse > >> pulgin to control maven . who can help me . > >> thank you in advance! > >> -- > >> View this message in context: > >> http://www.nabble.com/maven-offline-tf4631310s177.html#a13224819 > >> Sent from the Maven - Users mailing list archive 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] > > > > > > > > -- > View this message in context: > http://www.nabble.com/maven-offline-tf4631310s177.html#a13225985 > Sent from the Maven - Users mailing list archive 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]
