I have entered required config into my pom.xml
to develop with ActiveJdbc
, which includes one dependency and one plugin.
Dependency went ok, while plugin caused error message from Eclipse:
Plugin execution not covered by lifecycle configuration
I am new to plugins, and understand neither the error message nor the provided quick fixes.
What do they mean?
UPDATE
If I wrap <plugins>
section into <pluginManagement>
tag, error disappears. But at the same time, instrumentation does not execute anymore.
Is it possible to both remove an error message and leave instrumentation performed in Eclipse?