Bump org.apache.maven.plugins:maven-plugins from 43 to 44 by desruisseaux · Pull Request #328 · apache/maven-compiler-plugin (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
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-pluginis now executed (inherited from a new block inmaven-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*.classfiles.
Requires resolutions of new Checkstyle errors and deletion of the output file of the
stub compiler for avoiding an IndexOutOfBoundsException in maven-dependency-plugin.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})