maven-plugins
maven-plugins copied to clipboard
[deprecated] Mirror of Apache Maven plugins
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.1.0 to 2.9.10.1. Commits - See full diff in [compare view](https://github.com/FasterXML/jackson/commits) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 6.16 to 8.18. Release notes *Sourced from [checkstyle's releases](https://github.com/checkstyle/checkstyle/releases).* > ## checkstyle-8.18 > https://checkstyle.org/releasenotes.html#Release_8.18 > > ## checkstyle-8.17 > https://checkstyle.org/releasenotes.html#Release_8.17 > > ## checkstyle-8.16 > https://checkstyle.org/releasenotes.html#Release_8.16 >...
Bumps xstream from 1.4.3 to 1.4.6. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
MDEPLOY-225: DeployAtEnd fails when overriding skip MDEPLOY-224: Overriding deployAtEnd fails
instead of relying on "requiresDependencyResolution" to download artifacts,download the artifacts in the plugin code after filtering them with the provided parameters.
The existing code was checking for the existence of a file "src/main/module-info.java" relative to the current directory. The problem is that in a multi-module build, the current directory is the...
Using Aether to resolve artifacts. Upgraded to Maven 3.1.1.
Patch to fix issue: https://issues.apache.org/jira/browse/MJAVADOC-497
Hi, RemappingClassAdapter has been deprecated in ASM 5.0, and in the version 6.0 it starts spitting RuntimeExceptions with the message "RemappingClassAdapter is deprecated, use ClassRemapper instead". Here is a patch...
Support for "failOnWarning" was added in the 3.6.0 release. This is mostly unit and integration testing for the flag that I still had lying around. Would be a shame to...