Hello,
With xradar 1.1-beta1, when I execute xradar with maven, first it is generated the dynamic report, and second it is generated the static report.
I suggest change the order, and first generate the static report and then the dynamic report, so the dynamic report will include the data of the last static report.
Regards,
Ernesto Botella.
Hi ernesto,
It's not really an xradar bug but more a maven one... The way I use maven-eclipse-plugin and then "mvn install" or "mvn deploy" create a different manifest for the xradar plugin where sometimes this is the static that is declared as first sometimes the dynamic...
I'm working on this issue for the next release (coming soon).
Thx for the report