Hi Anders- thanks, I definitely needed that plugin report to get the goal usage reports I needed. But I still don't know how to get the goal summary onto the index page the way the maven plugins are documented.
Compare my page http://mavenproguard.sourceforge.net/index.html with another plugin page such as maven compiler plugin: http://maven.apache.org/plugins/maven-compiler-plugin/ Note they have the goals summary right on the index page. How are they generating that? Do they have a special index.apt or such to generate that content? -Richard -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Anders Hammar Sent: Wednesday, July 17, 2013 1:58 PM To: Maven Users List Subject: Re: generating plugin project index page via site plugin This is done by the maven-plugin-plugin [1]. How to get the very specific report you're asking about, read [2]. [1] http://maven.apache.org/plugin-tools/maven-plugin-plugin/ [2] http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/generate-r eport.html /Anders On Wed, Jul 17, 2013 at 5:50 AM, Richard Sand <[email protected]> wrote: > Hi all - on the Apache Maven website, the index pages for the various > plugin projects have the "Goals Overview" section, and each goal has a > link to a <goal>-mojo.html file. How do I get the site plugin to > generate this for my plugin project? The index page for the obfuscator > plugin is missing this and I can't see any options on the > maven-project-info-reports-plugin:2.7:index > goal to control this. > > -Richard > > > > > --------------------------------------------------------------------- > 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]
