No, you don't need to modify the plugin to get a Downloads link to show up. You simply need to specify a value for the maven.xdoc.distributionUrl property in your project.properties file. See the xdoc plugin documentation (http://maven.apache.org/reference/plugins/xdoc/properties.html).
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, October 29, 2004 4:11 PM > To: [EMAIL PROTECTED] > Subject: Re: How to modify the generated website > > It is in the plugin : You have to modify in plugins > src/plugin-resources/*.jsl > and regenerate the plugin (ie plugin:install from the source > of the plugin) > > Nicolas, > > Eric Black wrote: > > >Hi, > > > >I would like to know how to modify the project site pages, > specifically I > >want to modify the pages to have a download link for the > jars on the left > >hand column like the main maven website. Can anyone point me > in the right > >direction? I haven't found any docs of how to do this. > > > >Thanks, > >Eric > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
