docker-maven-plugin icon indicating copy to clipboard operation
docker-maven-plugin copied to clipboard

Update maven-assembly-plugin version

Open johanblumenberg opened this issue 6 months ago • 2 comments

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

johanblumenberg avatar Aug 29 '24 14:08 johanblumenberg