Hi, I'm getting the following error when downloading a maven snapshot. The other lift 2.0 snapshots are working correctly.
buildr artifacts Downloading net.liftweb:lift-persistence:jar:2.0-scala280-SNAPSHOT Downloading http://scala-tools.org/repo-snapshots/net/liftweb/lift-persistence/2.0-scala280-SNAPSHOT/maven-metadata.xml stty: standard input: Invalid argument maven-metadata..: 100% |.........................| 324B/324B Time: 00:00:00 Buildr aborted! NoMethodError : undefined method `text' for nil:NilClass I'm not a maven guy, any insight you can provide as to why it chokes on this particular maven-metadata would be appreciated. My artifact declaration looks like: LIFT_PERSISTENCE = artifact("net.liftweb:lift-persistence:jar:2.0-scala280-SNAPSHOT") the repo is "http://scala-tools.org/repo-snapshots" thanks, Adam
