Skip to content
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

Update maven-assembly-plugin version #1820

Open
johanblumenberg opened this issue Aug 29, 2024 · 3 comments
Open

Update maven-assembly-plugin version #1820

johanblumenberg opened this issue Aug 29, 2024 · 3 comments
Assignees

Comments

@johanblumenberg
Copy link

Description

There are newer versions of maven-assembly-plugin available.

The currently used version is maven-assembly-plugin:3.1.0, which has a compile dependency to maven-core:3.0, which means that maven-core:3.0 will be pulled down when you run the build.

maven-assembly-plugin:3.4.0 has changed this to be a provided dependency.

Updating the dependency to maven-assembly-plugin to version 3.4.0 or higher would avoid downloading maven-core:3.0 when building.

Info

  • docker-maven-plugin version : 0.45.0
  • Maven version (mvn -v) : 3.8.4
  • Docker version : 20.10.11, build dea9396
@rohanKanojia
Copy link
Member

@johanblumenberg : Thanks for reporting, Do you know if there are any breaking changes in 3.4.0 ?

@johanblumenberg
Copy link
Author

@johanblumenberg : Thanks for reporting, Do you know if there are any breaking changes in 3.4.0 ?

There are some API changes that causes compile errors in docker-maven-plugin, but I did not dig any deeper into it.

@cstamas
Copy link
Contributor

cstamas commented Jan 3, 2025

#1851 should solve this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants