This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Description
The dependency com.mycila:license-maven-plugin adds a huge number of transitive dependencies, which are not needed to use the model.
Excluding the dependency in the consuming pom of course solves the problem - but this should not be necessary.
Suggestion a) Remove the dependency at
|
<dependency> |
|
<groupId>com.mycila</groupId> |
|
<artifactId>license-maven-plugin</artifactId> |
|
<version>${plugin.license.version}</version> |
|
</dependency> |
or, if that breaks the build pipeline, to
Suggestion b) limit the scope of the dependency so that it is not part of the shipped model.