github / maven-plugins

Official GitHub Maven Plugins
MIT License
587 stars 197 forks source link

Please add plugin documentation #5

Closed awhitford closed 12 years ago

awhitford commented 12 years ago

The maven-plugin-plugin provides a goal that will create a report documenting your plugin based on your annotations and javadoc (the goals, the configuration properties, their default values, etc.).

Please see this: http://maven.apache.org/plugins/maven-plugin-plugin/examples/generate-report.html

kevinsawicki commented 12 years ago

I've added the configuration to the pom.xml and the pages will be deployed with the next release

kevinsawicki commented 12 years ago

The reports are now available for the 0.3 releases:

http://github.github.com/maven-plugins/downloads-plugin/plugin-info.html

http://github.github.com/maven-plugins/site-plugin/plugin-info.html