Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] facade methods for execution plans

Let's do the core use case.

The job of my m2e plugin is to configure the x-eclipse-plugin to match
the x-maven-plugin:somegoal.

So, I need the exact configuration of the x-maven-plugin. In 0.12, I
did this by searching the execution plan for an execution that
includes the particular goal of the particular plugin, and then snarf
out the <configuration/> and examine it.

I'd be happy to be handed a straightforward recipe.


Back to the top