Try to see if hudson can access to /shared at least
diff --git a/pom.xml b/pom.xml
index b0f52fb..a122599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 		<download-publish-rootpath>/home/data/httpd/download.eclipse.org/ldt/</download-publish-rootpath>
 		<download-publish-relativepath>updates-nightly</download-publish-relativepath>
 		<download-publish-maintenance-relativepath>updates-nightly-maintenance</download-publish-maintenance-relativepath>
-		<download-publish-path>${download-publish-rootpath}${download-publish-relativepath}</download-publish-path>
+		<download-publish-path>${shared-publish-rootpath}/${download-publish-relativepath}</download-publish-path>
 		<eclipse-site>http://download.eclipse.org/releases/luna</eclipse-site>
 	</properties>