Skip to content

Bump org.apache.maven.plugins:maven-plugins from 43 to 44 #328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

desruisseaux
Copy link
Contributor

This is in replacement of #315 generated by dependabot. Upgrading the maven-plugins dependency is more work than just upgrading the version number, because:

  • New errors are raised by Checkstyle.
  • The maven-dependency-plugin is now executed (inherited from a new block in maven-plugins), and that execution fails if we do not delete the output files generated by the stub compiler. This is because those output files are not real *.class files.

@desruisseaux desruisseaux self-assigned this May 4, 2025
@desruisseaux desruisseaux added the dependencies Pull requests that update a dependency file label May 4, 2025
Requires resolutions of new Checkstyle errors and deletion of the output file of the
stub compiler for avoiding an `IndexOutOfBoundsException` in `maven-dependency-plugin`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants