maven-plugins icon indicating copy to clipboard operation
maven-plugins copied to clipboard

[deprecated] Mirror of Apache Maven plugins

Results 17 maven-plugins issues
Sort by recently updated
recently updated
newest added

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) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.1.0&new-version=2.9.10.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

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 >...

dependencies

Bumps xstream from 1.4.3 to 1.4.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.thoughtworks.xstream:xstream&package-manager=maven&previous-version=1.4.3&new-version=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...

dependencies

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...