Accessing the report
When you run {ProductName}, the report is generated in the OUTPUT_REPORT_DIRECTORY
that you specify using the outputDirectory
argument in the pom.xml
. Upon completion of the build, you will see the following message in the build log.
Windup report created: <OUTPUT_REPORT_DIRECTORY>/index.html
The output directory contains the following files and subdirectories:
<OUTPUT_REPORT_DIRECTORY>/ ├── index.html // Landing page for the report ├── <EXPORT_FILE>.csv // Optional export of data in CSV format ├── graph/ // Generated graphs used for indexing ├── reports/ // Generated HTML reports ├── stats/ // Performance statistics
See the Reviewing the reports section of the {ProductShortName} CLI Guide for information on the {ProductShortName} reports and how to use them to assess your migration or modernization effort.