- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[ANN] some jar on maven central repository
Fri, 2009-02-13, 09:31
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
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
Fri, 2009-02-13, 10:07
#2
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:
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
-~----------~----~----~----~------~----~------~--~---
Fri, 2009-02-13, 12:07
#3
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:
* 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.
Hi David,
What would it take to synchronize everything to the Maven central
repository, including specs, scalacheck and scalaz?
Eric.