Hello, If you use the maven native jenkins plugin, the maven plugin site is intercepted and your job should have a link (with the label "Maven-generated site" ) to the generated site during the build (the site is backuped and transfered to the master node). So why not having an .htaccess file on p.a.o which redirect or act as a proxy to the site in jenkins.
Makes sense ? -- Olivier Lamy http://twitter.com/olamy | http://www.linkedin.com/in/olamy 2011/6/16 Reto Bachmann-Gmuer <reto.bachm...@trialox.org>: > Hello, > > In clerezza we have the following directive in the root pom for deploying > the site: > > > <!-- where to deploy the web site --> > <site> > <id>people.apache.org</id> > <url>scp:// > people.apache.org/www/incubator.apache.org/clerezza/mvn-site/</url> > </site> > > This works fine when rnning site-deploy locally but not when having it > executed on hudson. Would it be possible to give hudson the right to > access people.apache.org? Or should we configure things differently? > > Cheers, > Reto >