Hi,

I haven’t seen this (as I don’t use eclipse), but I can tell you where
it’s coming from. We’ve added the maven-dependency-plugin to validate
that the dependencies that are declared in the POM actually match what
it being used by the module. The build will fail if dependencies are
missing or if we declare dependencies that are not being used in the
module. The goal is to have precise dependency information to be able
to produce correct LICENSE/NOTICE files for our binary artifacts.

I would guess that there's a way to integrate that plugin with the
eclipse build using m2e, but it's just a guess ...

Maybe somebody else took a look at this and knows more?

Cheers,
Till

[1] http://www.eclipse.org/m2e/

On 19 Oct 2016, at 16:33, Taewoo Kim wrote:

> Hi all,
>
> Since a few days ago, I have seen the following error. Has anyone seen this
> error, too?
>
> Plugin execution not covered by lifecycle configuration:
> org.apache.maven.plugins:maven-dependency-plugin:2.10:*analyze-only*
> (execution: default, phase: process-test-classes)
>
> Best,
> Taewoo

Reply via email to