organisation | A pattern matching the organisation of the modules for which the report should be generated |
No, defaults to '*' |
module | A pattern matching the name of the modules for which the report should be generated |
No, defaults to '*' |
branch | The name of the branch of the modules for which the report should be generated |
No, defaults to no branch specified |
revision | The revision of the modules for which the report should be generated. Only one revision per module will be used, so most of the time keeping the default (latest.integration) is the best thing to do, because it's not very easy to specify only one revision for several modules. |
No, defaults to 'latest.integration' |
todir | the directory to which reports should be generated |
No, defaults to execution directory |
outputname | the name to use for the generate file (without extension) |
No, defaults to ivy-repository-report |
xml | true to generate a xml report, false otherwise |
No, defaults to true |
xsl | true to generate a report using xslt, false otherwise |
No, defaults to false |
xslfile | indicates which xsl file should be used to generate the report |
Yes if you want to use xsl transformation |
xslext | indicates the extension to use when generating report using xsl |
No defaults to 'html' |
graph | true to generate graphml file, false otherwise |
No, defaults to false |
dot | true to generate graphviz dot format file, false otherwise |
No, defaults to false |
matcher | the name of the matcher to use for matching modules names and organisations in your repository |
No. Defaults to exactOrRegexp |
validate | true to force ivy files validation against ivy.xsd, false to force no validation |
No. Defaults to default ivy value (as configured in configuration file) |
settingsRef | A reference to the ivy settings that must be used by this task (since 2.0) | No, 'ivy.instance' is taken by default. |