Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] How to chase @execute?

The check mojo in the pmd plugin uses the following to pull in the pmd
goal. They seem to share the configuration for the execution as a
result.

@execute goal="pmd"

If I want to examine the configuration of this as well, should I
expect to find an execution for this in the execution plan?


Back to the top