swagger-samples
swagger-samples copied to clipboard
Plugin execution not covered by lifecycle configuration: org.jacoco:jacoco-maven-plugin:0.7.2.201409121644:prepare-agent
I have the following error each time i try to build the no-annotation sample : Plugin execution not covered by lifecycle configuration: org.jacoco:jacoco-maven-plugin:0.7.2.201409121644:prepare-agent more specifically like below : Plugin execution not covered by lifecycle configuration: org.jacoco:jacoco-maven-plugin:0.7.2.201409121644:prepare-agent (execution: default-prepare-agent, phase: initialize)
How are you trying to run it?
I had the same issue, have look at this article: http://www.codeproject.com/Articles/832744/Getting-Started-with-Code-Coverage-by-Jacoco
It solved my problem.