Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.2
-
Windows 10
Description
Hi, when doing a
mvn -e dependency:list
on a project having the attached pom.xml (has includeParents set to true), I get errors (see attached error.txt for full output with stacktrace)
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.0.2:list (default-cli) on project demo-1: Some problems were encountered while processing the POMs: [ERROR] [ERROR] Unknown packaging: bundle @ line 11, column 14 [ERROR] : 1 problem was encountered while building the effective model for org.postgresql:postgresql:42.2.5 [ERROR] [ERROR] Unknown packaging: bundle @ line 11, column 14 [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.0.2:list (default-cli) on project demo-1: Some problems were encountered while processing the POMs: [ERROR] Unknown packaging: bundle @ line 11, column 14
I am not sure if the problem comes from the plugin or the dependency's pom.
I tried with different versions and I get the same error.
Thanks to let me know
P.S.: I had to choose "tree" as component as "list" was not listed (note that it works with "tree")
Attachments
Attachments
Issue Links
- is related to
-
MPIR-429 avoid warning on "Unknown packaging: bundle"
- Closed
-
MRRESOURCES-125 Unexpected warnings "Invalid project model for artifact [sisu-guice:org.sonatype.sisu:3.2.3]. It will be ignored by the remote resources Mojo."
- Closed
-
MPIR-374 Unknown packaging: bundle when creating report
- Closed