Scala-tools.org's Hudson server will no longer allow local deployment to the
repository.  You *must* submit all snapshot/release artifacts through the
nexus webapp.   The hudson server will provide a server id (
nexus.scala-tools.org) that will have appropriate (and appropriately hidden)
credentials for nightly deployments of snapshots.

As such, the following changes should be made to lift's pom.xml (I'm trying
to update your hudson lift configuration to cause the least amount of
disruption):

I have a forked repo (jsuereth/liftweb) with the changes as well (if you
want to use github's "fork queue" feature):

--- a/pom.xml
+++ b/pom.xml
@@ -806,16 +806,16 @@
       <id>hudson</id>
       <distributionManagement>
         <repository>
-          <id>hudson.scala-tools.org</id>
-          <url>file:///home/scala-tools.org/www/repo-snapshots</url>
+          <id>nexus.scala-tools.org</id>
+          <url>http://nexus.scala-tools.org/content/repositories/releases
</url>
         </repository>
         <snapshotRepository>
-          <id>hudson.scala-tools.org</id>
-          <url>file:///home/scala-tools.org/www/repo-snapshots</url>
+          <id>nexus.scala-tools.org</id>
+          <url>http://nexus.scala-tools.org/content/repositories/snapshots
</url>
           <uniqueVersion>false</uniqueVersion>
         </snapshotRepository>
         <site>
-          <id>hudson.scala-tools.org</id>
+          <id>nexus.scala-tools.org</id>
           <url>file:///home/scala-tools.org/www/mvnsites-snapshots/liftweb
</url>
         </site>
       </distributionManagement>

--~--~---------~--~----~------------~-------~--~----~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to