Re: Configuring a direct invoked plugin goal

2024-10-21 Thread Elliotte Rusty Harold
Turns out the repro incorrectly set the id. It was analyze and needed to be default-cli Not incredibly discoverable but it is WAI On Mon, Oct 21, 2024 at 8:41 PM Slawomir Jaranowski wrote: > > Hi, > > Did you have a configuration block inside execution? > > Please look at: > https://maven.apache.

Re: Configuring a direct invoked plugin goal

2024-10-21 Thread Slawomir Jaranowski
Hi, Did you have a configuration block inside execution? Please look at: https://maven.apache.org/guides/mini/guide-configuring-plugins.html#using-the-executions-tag https://maven.apache.org/guides/mini/guide-default-execution-ids.html On Mon, 21 Oct 2024 at 17:37, Elliotte Rusty Harold wrote:

Configuring a direct invoked plugin goal

2024-10-21 Thread Elliotte Rusty Harold
While investigating https://issues.apache.org/jira/browse/MDEP-532 I noticed that ignoredUnusedDeclaredDependencies works as expected when running mvn verify, but not when running mvn dependency:analyze. Is it normal and expected that plugin configurations set in a project's pom.xml, only apply wh