|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
[ANN] scala-tools.org maven2 repository
by David Bernard-2
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message 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 --> <repository> <id>scala-tools.org</id> <name>Scala Tools Maven2 Repository</name> <url>http://scala-tools.org/repo-releases</url> </repository> <!-- to use the snapashots version of artifacts (unstable) --> <repository> <id>scala-tools.org.snapshots</id> <name>Scala Tools Maven2 Repository</name> <url>http://scala-tools.org/repo-snapshots</url> </repository> </repositories> Feedback and contribution are welcome |
|
|
Re: [ANN] scala-tools.org maven2 repository
by bearfeeder
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Folks,
DavidB did an amazing job putting this repository together. I am awed and humbled to play the minor part of system administrator setting up the server to match DavidB's vision. Thanks, David On Nov 28, 2007 1:43 AM, David Bernard <dwayneb@...> wrote: Hi, -- lift, the secure, simple, powerful web framework http://liftweb.net Collaborative Task Management http://much4.us |
| Free embeddable forum powered by Nabble | Forum Help |