Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
StephanPirnbaum opened this issue May 19, 2022 · 0 comments
Assignees

Comments

@StephanPirnbaum
Copy link
Contributor

StephanPirnbaum commented May 19, 2022

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

@yaseno2186 yaseno2186 transferred this issue from jqassistant-archive/jqa-maven-plugin Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants