Ahh, I see, my snapshots repository was incorrect and had the same id, scala-tools.org, as the releases repository and so was being ignored. It's all working now.
Thanks, Peter On Aug 23, 3:52 pm, David Pollak <[email protected]> wrote: > You need to put the snapshots repository in your repository listing: > <repositories> > <repository> > <id>scala-tools.org</id> > <name>Scala-Tools Maven2 Repository</name> > <url>http://scala-tools.org/repo-releases</url> > </repository> > <repository> > <id>scala-tools.org.snapshots</id> > <name>Scala-Tools Maven2 Repository for Snapshots</name> > <url>http://scala-tools.org/repo-snapshots</url> > <snapshots /> > </repository> > </repositories> > > On Sun, Aug 23, 2009 at 3:48 PM, Peter Robinett > <[email protected]>wrote: > > > > > > > Hi Derek, > > > I hadn't tried deleting my .m2 directory but unfortunately that didn't > > help:http://gist.github.com/173501 > > > Peter > > > On Aug 22, 5:46 am, Derek Chen-Becker <[email protected]> wrote: > > > I don't see anything in the pom.xml that should be causing an issue. Have > > > you tried wiping your .m2 repository? Sometimes Maven gets stuck. If you > > do > > > that and you still get the issue, could you post the full output from > > "mvn > > > -e clean install"? > > > > Derek > > > > On Fri, Aug 21, 2009 at 6:42 PM, Peter Robinett <[email protected] > > >wrote: > > > > > Hi all, > > > > > I think I have a problem with my pom.xml file, as when I run 'mvn > > > > install' I get an error saying that Lift Core is missing. 'mvn > > > > jetty:run' works fine. My pom.xml is here: > >http://gist.github.com/172540 > > > > > I'd appreciate any tips. Thanks! > > > > > Peter Robinett > > -- > Lift, the simply functional web frameworkhttp://liftweb.net > Beginning Scalahttp://www.apress.com/book/view/1430219890 > Follow me:http://twitter.com/dpp > Git some:http://github.com/dpp --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
