This page is no longer maintained — Please continue to the home page at www.scala-lang.org

[ANN] some jar on maven central repository

3 replies
david.bernard
Joined: 2009-01-08,
User offline. Last seen 1 year 27 weeks ago.
Hi,

just to inform you that the following groupId are sync (24H delay) from http://scala-tools.org/repo-releases to maven central repository :
* org.scala-lang
* org.scala-tools
* net.liftweb

So you no more need to include the following code into your pom.xml (except if you use lib from other groupId like specs, scalachecks, scalaz)

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

  <pluginRepositories>
    <pluginRepository>
      <id>scala-tools.org</id>
      <name>Scala-Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-releases</url>
    </pluginRepository>
  </pluginRepositories>


The archetypes will be updated later.

/davidB
etorreborre
Joined: 2008-09-03,
User offline. Last seen 1 year 22 weeks ago.
Re: [ANN] some jar on maven central repository

Hi David,

What would it take to synchronize everything to the Maven central
repository, including specs, scalacheck and scalaz?

Eric.

Joshua.Suereth
Joined: 2008-09-02,
User offline. Last seen 32 weeks 5 days ago.
Re: [Lift] [ANN] some jar on maven central repository
Great News! and Great work getting this all set up!

On Fri, Feb 13, 2009 at 3:30 AM, David Bernard <david.bernard.31@gmail.com> wrote:
Hi,

just to inform you that the following groupId are sync (24H delay) from http://scala-tools.org/repo-releases to maven central repository :
* org.scala-lang
* org.scala-tools
* net.liftweb

So you no more need to include the following code into your pom.xml (except if you use lib from other groupId like specs, scalachecks, scalaz)

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

  <pluginRepositories>
    <pluginRepository>
      <id>scala-tools.org</id>
      <name>Scala-Tools Maven2 Repository</name>
      <url>http://scala-tools.org/repo-releases</url>
    </pluginRepository>
  </pluginRepositories>


The archetypes will be updated later.

/davidB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 2Bunsubscribe [at] googlegroups [dot] com" target="_blank" rel="nofollow">liftweb+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---


david.bernard
Joined: 2009-01-08,
User offline. Last seen 1 year 27 weeks ago.
Re: [ANN] some jar on maven central repository
to synchronize I need :
* request of author (ok for specs)
* garanties that content of the pom.xml are right and will continue to ok (ok for specs)
* to justify the "owner" of the groupId (and the DNS name) to maven central administrator (ok for scalaz)

On Fri, Feb 13, 2009 at 09:52, Eric Torreborre <etorreborre@yahoo.com> wrote:

Hi David,

What would it take to synchronize everything to the Maven central
repository, including specs, scalacheck and scalaz?

Eric.
--
View this message in context: http://www.nabble.com/-ANN--some-jar-on-maven-central-repository-tp21992146p21992427.html
Sent from the Scala - User mailing list archive at Nabble.com.


Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland