Re: Deploying mvn-site from build server

2011-06-16 Thread Olivier Lamy
2011/6/16 Niklas Gustavsson : > On Thu, Jun 16, 2011 at 5:34 PM, Olivier Lamy wrote: >> 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 >> sit

Re: Deploying mvn-site from build server

2011-06-16 Thread Niklas Gustavsson
On Thu, Jun 16, 2011 at 5:08 PM, Reto Bachmann-Gmuer wrote: > I'm irritated that they are considered save enough for having credentials to > deploy to the maven artifact repository but not to the website server. I wasn't the one who set this up, so I can only speculate on the reasoning. First of

Re: Deploying mvn-site from build server

2011-06-16 Thread Niklas Gustavsson
On Thu, Jun 16, 2011 at 5:34 PM, Olivier Lamy wrote: > 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

Re: Deploying mvn-site from build server

2011-06-16 Thread Olivier Lamy
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.

Re: Deploying mvn-site from build server

2011-06-16 Thread Reto Bachmann-Gmuer
On Thu, Jun 16, 2011 at 11:54 AM, Niklas Gustavsson wrote: > On Thu, Jun 16, 2011 at 11:49 AM, Reto Bachmann-Gmuer > wrote: > > 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.apach

Re: Deploying mvn-site from build server

2011-06-16 Thread Matt Benson
On Thu, Jun 16, 2011 at 4:54 AM, Niklas Gustavsson wrote: > On Thu, Jun 16, 2011 at 11:49 AM, Reto Bachmann-Gmuer > wrote: >> 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.or

Re: Deploying mvn-site from build server

2011-06-16 Thread Niklas Gustavsson
On Thu, Jun 16, 2011 at 11:49 AM, Reto Bachmann-Gmuer wrote: > 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? There's been a few

Deploying mvn-site from build server

2011-06-16 Thread Reto Bachmann-Gmuer
Hello, In clerezza we have the following directive in the root pom for deploying the site: people.apache.org scp:// people.apache.org/www/incubator.apache.org/clerezza/mvn-site/ This works fine when rnning site-deploy locally but not when havin