jqa-maven-plugin icon indicating copy to clipboard operation
jqa-maven-plugin copied to clipboard

Bug Report - xml.report.file not considered during transformation from XML to HTML

Open StephanPirnbaum opened this issue 2 years ago • 0 comments

Bug Description

When changing the location where the XML report file should be stored (via xmlReportFile property), generating the site-report will lead toa n empty jqassistant.html

This is caused by a wrong property name in the ReportMojo (jqassistant.report.xml): https://github.com/jQAssistant/jqa-maven-plugin/blob/8368140519700e232fea8438d09448c3511443ef/src/main/java/com/buschmais/jqassistant/scm/maven/ReportMojo.java#L42

The property should be as in following line: https://github.com/jQAssistant/jqa-core-framework/blob/ab277e0dbf98ac3138945905b999abf7cd3fa7c9/report/src/main/java/com/buschmais/jqassistant/core/report/impl/XmlReportPlugin.java#L39

StephanPirnbaum avatar May 19 '22 15:05 StephanPirnbaum