mojohaus / exec-maven-plugin

Exec Maven Plugin
https://www.mojohaus.org/exec-maven-plugin/
Apache License 2.0
166 stars 97 forks source link

Allow `<includePluginDependencies>` to be specified for the exec:exec goal #432

Closed sebthom closed 4 months ago

sebthom commented 4 months ago

This is a rebased version of https://github.com/mojohaus/exec-maven-plugin/pull/186

@olamy @slawekjaranowski

slawekjaranowski commented 4 months ago

ups ... includePluginDependencies is used in child classes - so probably protected was ok from diff it was not visible ... @sebthom please check build result 😄

sebthom commented 4 months ago

ups ... includePluginDependencies is used in child classes - so probably protected was ok from diff it was not visible ... @sebthom please check build result 😄

I reverted the change.