Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.5.0, 3.5.1
-
None
Description
Hi!
I have a working build for the Apache Diretcory LDAP API project that worked pretty well until I tried to switch to maven shade plugin version 3.5.0/3.5.1.
The error I get is
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.5.0:shade (default) on project api-all: Execution default of goal org.apache.maven.plugins:maven-shade-plugin:3.5.0:shade failed: For artifact {org.apache.directory.api:api-asn1-api:null:jar}: The version cannot be empty. -> [Help 1]
The project's pom: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.6/api-all-2.1.6.pom
The parent's pom: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-parent/2.1.6/api-parent-2.1.6.pom
The parent's parent's pom, where the shade plugin version is declared: https://repo.maven.apache.org/maven2/org/apache/directory/project/project/48/project-48.pom
Attachments
Issue Links
- duplicates
-
MSHADE-462 3.5.1 not compatible with 3.4.1: The version cannot be empty
- Closed