28 Nov 10:43
[lift] [ANN] scala-tools.org maven2 repository
Hi, David Pollak and David Bernard are pleased to announce, they have installed 2 maven2 repositories with jar, war, and some docs. * http://scala-tools.org/repo-releases for released version * http://scala-tools.org/repo-releases for snapshots (unstable/ work in progress) version * http://scala-tools.org/mvnsites for sites generated by maven (includes scaladocs (eg http://scala-tools.org/mvnsites/liftweb/lift-core/scaladocs/index.html)) Currently the following stuff is hosted : * org.scala-lang: scala-library, scala-compiler,.... * net.liftweb : lift-core-0.3.0-SNAPSHOT, lift-example-0.3.0-SNAPSHOT, skittr-example-0.3.0-SNAPSHOT * org.scala-tools: * a maven plugin to compile, test, scaladoc scala code (see http://scala-tools.org/mvnsites/maven-scala-plugin/) * some archetypes to create project (more info later) * scala (deprecated, provide for compatibility with the previous repository http://maven.liftweb.net) * com.rabbitmq : rabbitmq-client-1.2.0 To use the repositories, add to your poms: <!-- to use the maven-scala-plugin --> <pluginRepositories> <pluginRepository> <id>scala-tools.org</id> <name>Scala Tools Maven2 Repository</name> <url>http://scala-tools.org/repo-releases</url> </pluginRepository> </pluginRepositories> <repositories> <!-- to use the released artifacts -->(Continue reading)
RSS Feed