I've imported a Basho Riak Java library as an eclipse project after git cloning it, using the Existing Maven Projects
import dialog option of eclipse. I have done that in order to explore this library using eclipse's Open Declaration
feature, in order to better use this library.
I am getting this error in the Problems pane:
Plugin execution not covered by lifecycle configuration: org.jacoco:jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (execution: jacoco-initialize, phase: initialize)
Can you explain in layman terms that assume little to no Maven knowledge, what does it mean, and what may be a path towards a solution for this case? I have scant knowledge of maven, I typically use Scala's sbt for my Scala projects, and looking for a practical gentle in-context introduction.
Thanks!