In Eclipse, I am trying to import an existing Maven Project that runs on Websphere Application Server. (I have websphere liberty profile server deployed in eclipse)
My pom.xml it is givng me the below error
Plugin execution not covered by lifecycle configuration: org.jacoco:jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (execution: agent, phase: initialize).
Can anyone please help with this error.
P.S - I found in the below link that adding a dependency resolves the error but eclipse points to error in parent pom. So I am confused.
jacoco-maven-plugin causes site plugin to fail in multimodule project