Thanks, and sorry for the typos.

What you want (in either your ~/.m2/settings.xml or ${project.dir}/pom.xml)
is the following:

<repositories>
    <repository>
      <id>scala-tools.org</id>
      <name>Scala-tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-releases</url>
    </repository>
    <repository>
      <id>snapshots.scala-tools.org</id>
      <name>Scala-tools Maven2 Snapshot Repository</name>
      <url>http://scala-tools.org/repo-snapshots</url>
    </repository>
  </repositories>



On Thu, Dec 11, 2008 at 7:24 AM, Tim Perrett <[EMAIL PROTECTED]> wrote:

>
> I think Josh meant to say "defined in your pom.xml"
>
> On Dec 11, 12:14 pm, Josh Suereth <[EMAIL PROTECTED]> wrote:
> > Make sure the scala-tools snapshot repository is defined in your ppm
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to