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.


The HTML publisher plugin could capture the content for you.

You'd need to tweak the /project/url to match the Jenkins job otherwise
some of the links will be broken (probably override with a system property
that activates a profile which overrides the url so that the model is valid
without the system property defined - or use a pom property to set a
default...)

You may need to fake out one or two other steps also.


> Thanks,
> David
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com <javascript:_e({},
> 'cvml', 'jenkinsci-users%2bunsubscr...@googlegroups.com');>.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to