[Lift] Re: Tracking the latest with maven.. but not too quickly

2009-03-04 Thread Josh Suereth
David, great suggestion! I recommend either Archiva http://archiva.apache.org/ or Nexushttp://nexus.sonatype.org/for corporate or 'intranet' repositories. If you're using maven for any corporation and you don't have a corporate repository, you're certainly missing out! We're using Archiva at

[Lift] Re: Tracking the latest with maven.. but not too quickly

2009-03-03 Thread Josh Suereth
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 jorge.or...@gmail.com wrote: You can run Maven in offline mode with the -o flag. That should stop it from fetching

[Lift] Re: Tracking the latest with maven.. but not too quickly

2009-03-03 Thread Lee Mighdoll
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 joshua.suer...@gmail.comwrote: Make sure you're using maven 2.0.10 if you plan on working on 1.1-SNAPSHOT (or any other SNAPSHOT dependency).

[Lift] Re: Tracking the latest with maven.. but not too quickly

2009-03-03 Thread David Pollak
Lee, It's also possible for your to host your own Maven repository and just publish the versions of Lift you want up to your repository. If your repository comes first in your Maven config, it will be consulted before other Maven repositories. Thanks, David On Tue, Mar 3, 2009 at 5:34 PM, Lee