plugin-report task

Description

This task will generate plugin documentation.

Arguments

Parameter name Description Mandatory
moduleIvy moduleIvy file used to extract plugin metadata (dependencies, versino etc...) true
sourceDirectory source directory where plugin file are true
xslext extension name of produced fileDefault : html
todir target directory where documentation will be generatedDefault : ${basedir}
tofile destination file for final report
conf Ivy conf used in the reportDefault : *
xslFile Xsl used to generate output fileDefault : default one of easyant
outputpattern Output pattern for produced filesDefault : [organisation]-[module]-[conf].[ext]

Example

<ea:plugin-report moduleIvy="${basedir}/module.ivy" sourceDirectory="${basedir}/src/main/resources" conf="default"/>