-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Upgrade to maven-assembly-plugin to 3.1 + #7513
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
Comments
Downgrade `maven-assembly-plugin` from 3.0 to 2.6 since the later version contains a bug that means `recompressZippedFiles` is not respected. See gh-7513
This is a bit of a mess. The required version of Commons Compress is out, but it appears to require Java 7. That's holding up a PR to fix the Plexus Archiver issue. I doubt we're going to get this into 1.5, and perhaps wouldn't even want to if it cut off Java 6 support for users of the assembly plugin. |
Maven and Plexus developer here. The previous comment by @wilkinsona is treated very seriously, at least by me. There are too many consequences. I will try to raise other devs' attention. You might want to raise an issue with Commons Compress reverting this change for now. |
Thanks @michael-o! We'll probably need to stick with the older version for Spring Boot 1.5. Spring Boot 2.0 is going to require Java 8 anyway, so the Java 7 Commons Compress issue won't matter so much then. |
The vote to release |
See #7226 and commit 4f7fffb.
Unfortunately the assembly plugin is currently broken due to codehaus-plexus/plexus-archiver#53
The text was updated successfully, but these errors were encountered: