Difference between revisions of "Jacoco maven multi module code coverage"
Jump to navigation
Jump to search
(Created page with "* So you'd like to get Jacoco to run in maven multi module enviroment? * It doesn't work? * You tried https://github.com/jacoco/jacoco/wiki/MavenMultiModule and that is mostly...") |
|||
Line 3: | Line 3: | ||
* You tried https://github.com/jacoco/jacoco/wiki/MavenMultiModule and that is mostly greek to you? | * You tried https://github.com/jacoco/jacoco/wiki/MavenMultiModule and that is mostly greek to you? | ||
* You tried https://stackoverflow.com/questions/tagged/jacoco? | * You tried https://stackoverflow.com/questions/tagged/jacoco? | ||
− | * e.g. https://stackoverflow.com/questions/21048776/maven-site-plugin-does-not-include-jacoco-reports | + | ** e.g. https://stackoverflow.com/questions/21048776/maven-site-plugin-does-not-include-jacoco-reports |
+ | ** e.g. https://stackoverflow.com/questions/21633277/jacocos-prepare-agent-not-generating-jacoco-exec-file | ||
* You start getting frustrated? | * You start getting frustrated? | ||
Latest revision as of 18:07, 8 July 2019
- So you'd like to get Jacoco to run in maven multi module enviroment?
- It doesn't work?
- You tried https://github.com/jacoco/jacoco/wiki/MavenMultiModule and that is mostly greek to you?
- You tried https://stackoverflow.com/questions/tagged/jacoco?
- You start getting frustrated?
Try https://github.com/BITPlan/maven-multimodule-coverage/tree/junit-4