todir | the directory to which reports should be generated |
No, defaults to ${ivy.report.todir}, or execution directory if not defined |
outputpattern | the generated report names pattern |
No, defaults to ${ivy.report.output.pattern}, or [organisation]-[module]-[conf].[ext] if not defined |
xsl | true to generate a report (by default html report) using xslt, false otherwise since 1.3 |
No, defaults to true |
xml | true to generate a xml report, false otherwise since 1.3 |
No, defaults to false |
graph | true to generate graphml files, false otherwise |
No, defaults to true |
dot | true to generate graphviz dot files, false otherwise since 1.4 |
No, defaults to false |
conf | a comma separated list of the configurations for which a report should be generated |
No. Defaults to the configurations resolved by the last resolve call (during same ant build), or ${ivy.resolved.configurations} if no resolve was called |
organisation | the name of the organisation of the module for which report should be generated |
No, unless resolveId has not been specified and no resolve was called during the build. Defaults to last resolved module organisation. |
module | the name of the module for which report should be generated |
No, unless resolveId has not been specified and no resolve was called during the build. Defaults to last resolved module. |
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) |
xslfile | indicates which xsl file should be used to generate the report |
No, defaults to ivy provided xsl which generates html report |
settingsRef | A reference to the ivy settings that must be used by this task (since 2.0) | No, 'ivy.instance' is taken by default. |
resolveId | The id which was used for a previous resolve (since 2.0) | No, defaults to '[org]-[module]'. |