Is there any way to force Maven to download all plugin dependencies without actually running any plugin goal?
You can use the dependency:resolve-plugins
goal for that:
Goal that resolves all project plugins and reports and their dependencies.
Therefore, simply running
mvn dependency:resolve-plugins
will download all plugins dependencies.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With