Re: Maven site hosted on Jenkins

2013-02-26 Thread Ilko
Hi, I've run in similar problems and found there is an issue in Jira. Here the link to my original post with reference to the issue: https://groups.google.com/d/topic/jenkinsci-users/0MCof-NrzCE/discussion If you find some direct working solution beside of "Archive artifacts" I'll be glad if y

Re: Maven site hosted on Jenkins

2013-02-23 Thread Jesse Farinacci
Greetings, On Sat, Feb 23, 2013 at 2:32 PM, David V wrote: > message : Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on > project test: SiteToolException: The site descriptor cannot be resolved from > the repository: ArtifactResolutionException: Unabl

Re: Maven site hosted on Jenkins

2013-02-23 Thread David V
That is what I would like to do. It almost seems to work. The logs reports: [JENKINS] Archiving site from /Users/Shared/Jenkins/Home/workspace/Java Test/target/site to /var/lib/jenkins/jobs/Java Test/site Which makes me think that the Jenkins job is aware of the site. But then I receive a numb

Re: Maven site hosted on Jenkins

2013-02-23 Thread Jesse Farinacci
Greetings, On Sat, Feb 23, 2013 at 3:07 AM, Stephen Connolly wrote: > On Saturday, 23 February 2013, David V wrote: >> Is there a way to have Jenkins host a Maven site, much like the way that >> the Javadoc plugin works? With the Javadoc plugin, I can view the latest >> Javadoc of a job directly

Re: Maven site hosted on Jenkins

2013-02-23 Thread Stephen Connolly
On Saturday, 23 February 2013, David V wrote: > Is there a way to have Jenkins host a Maven site, much like the way that > the Javadoc plugin works? With the Javadoc plugin, I can view the latest > Javadoc of a job directly from its main page. I am interested in a similar > feature for Maven sites

Maven site hosted on Jenkins

2013-02-22 Thread David V
Is there a way to have Jenkins host a Maven site, much like the way that the Javadoc plugin works? With the Javadoc plugin, I can view the latest Javadoc of a job directly from its main page. I am interested in a similar feature for Maven sites. Thanks, David -- You received this message beca