-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels