- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
scala-tools.org Nexus is back online
Thu, 2009-04-23, 19:05
All,
The Nexus repository manager on the scala-tools.org website is back online. I'd like everyone who deploys projects to the maven repository to do the following:
1) Update your deployment urls to the following
snapshots - http://nexus.scala-tools.org/content/repositories/snapshots/
releases - http://nexus.scala-tools.org/content/repositories/releases/
2) Attempt to deploy your pending releases.
3) If 2 fails, request a new password on the nexus website and try again. Send emails to admin@scala-tools.org if you have any problems.
Toni - Would you mind trying to deploy the 2.7.4-rc1 files? The command should be modified as follows:
ant -Dremote.release.repository=http://nexus.scala-tools.org/content/repositories/releases deploy.release
When I can migrate the changes into the 2.7.x branch, you shouldn't have to do this for the actual 2.7.4 release.
Thanks!
-Josh
The Nexus repository manager on the scala-tools.org website is back online. I'd like everyone who deploys projects to the maven repository to do the following:
1) Update your deployment urls to the following
snapshots - http://nexus.scala-tools.org/content/repositories/snapshots/
releases - http://nexus.scala-tools.org/content/repositories/releases/
2) Attempt to deploy your pending releases.
3) If 2 fails, request a new password on the nexus website and try again. Send emails to admin@scala-tools.org if you have any problems.
Toni - Would you mind trying to deploy the 2.7.4-rc1 files? The command should be modified as follows:
ant -Dremote.release.repository=http://nexus.scala-tools.org/content/repositories/releases deploy.release
When I can migrate the changes into the 2.7.x branch, you shouldn't have to do this for the actual 2.7.4 release.
Thanks!
-Josh