I\'m having trouble generating AHP reports via JaCoCo in one of my modules. When the build starts, I see JaCoCo correctly setting argLine with:
[INFO] jacoco.age
In my case the solution was what @massimo mentioned, i was overriding memory values inside tag, after i removed the tag it started generating the report and showed code coverage.