bmaehr
bmaehr
I tried to implement an own document type, but it is not working correctly (no highlighting): ```javascript import { TextMode, TextHighlightRules, Range } from 'ember-ace'; import Ember from 'ember'; class...
In fact I was able to get it working some weeks ago with the support of an external java script expert. I post my working version as reference here -...
It is possible by using this: https://cwiki.apache.org/confluence/display/MAVENOLD/Aggregator+Plugins
Additionally this problem gets more urgent, because Sonarqube 8.x is not supporting the jacoco native format anymore, so the generation of a aggregated xml file for sonar is necessary because...
Replace ReportAggregateMojo.java with this version, recompile the plugin, remove from execution and run it with mvn clean verify jacoco:report-aggregate Then the goal works like expected without defining additional modules. [ReportAggregateMojo.java.txt](https://github.com/jacoco/jacoco/files/4295329/ReportAggregateMojo.java.txt)
No, it is not necessary to add a new issue for a workaround for the broken design, as I already implemented a working clean solution (see comment of 5th Mar)
> Just as an example, [pitest](https://github.com/hcoles/pitest) created a new a _report-aggregate-module_ goal to do this aggregation through pom dependencies executed at the end of the lifecycle, while keeping the _report-aggregate_...
> > > Just as an example, [pitest](https://github.com/hcoles/pitest) created a new a _report-aggregate-module_ goal to do this aggregation through pom dependencies executed at the end of the lifecycle, while keeping...
Ok, then I understood your intention wrong. Thank you for clarification. Let the discussion about creating a new goal or modifying the existing one begin :-) If the question is...
I uploaded a patched version of the jacoco plugin with a fixed (=works like users would expect) report-aggregate goal. Just rename jacoco-maven-plugin-0.8.5-PATCH.zip to jacoco-maven-plugin-0.8.5-PATCH.jar and add it to your local...