thx, i'll try using -o more (and keep my eye out for a slightly more failsafe option too :-)).
Lee On Tue, Mar 3, 2009 at 7:30 PM, Josh Suereth <[email protected]>wrote: > Make sure you're using maven 2.0.10 if you plan on working on 1.1-SNAPSHOT > (or any other SNAPSHOT dependency). Otherwise -o is broken. > > On Tue, Mar 3, 2009 at 8:42 PM, Jorge Ortiz <[email protected]> wrote: > >> You can run Maven in offline mode with the -o flag. That should stop it >> from fetching anything. >> >> --j >> >> >> On Tue, Mar 3, 2009 at 5:34 PM, Lee Mighdoll <[email protected]>wrote: >> >>> I've a local copy of the lift sources that I'd like to build and debug my >>> app against. So I currently reference the 1.1-SNAPSHOT artifact in my >>> application's pom.xml. >>> >>> But maven seems to pull stuff down from the net more often than I'd like. >>> I'd like my snapshot not to change until I git pull the latest lift version >>> manually. What's the best way to do this? >>> >>> I was thinking perhaps one way would be to locally modify the version in >>> all the lift pom.xml files to 1.1-SNAPSHOT.local. Or maybe there's some >>> configuration option? Or perhaps I should setup a local maven repository? >>> >>> >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
