MLabusquiere opened a new pull request, #442:
URL: https://github.com/apache/maven-dependency-plugin/pull/442

   Hello guys,
   
   First thanks for your work 👍 
   
   Currently, I get the following error when using the plugin (3.8.0):
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-dependency-plugin:3.8.0:unpack-dependencies 
(unpack) on project opportunity-service: Execution unpack of goal 
org.apache.maven.plugins:maven-dependency-plugin:3.8.0:unpack-dependencies 
failed: A required class was missing while executing 
org.apache.maven.plugins:maven-dependency-plugin:3.8.0:unpack-dependencies: 
org/apache/commons/io/build/AbstractStreamBuilder
   ```
   
   I believe this is because `commons-io` is a transitive deps of 
`org.codehaus.plexus:plexus-archiver`.
   Here is a diff of mvn dependency:tree result between master and this PR:
   ```
    [INFO] |  +- org.apache.maven.doxia:doxia-module-xdoc:jar:2.0.0-M12:runtime
    [INFO] |  \- org.apache.maven:maven-archiver:jar:3.6.2:compile
   -[INFO] +- commons-io:commons-io:jar:2.16.1:test
    [INFO] +- org.codehaus.plexus:plexus-archiver:jar:4.10.0:compile
   +[INFO] |  +- commons-io:commons-io:jar:2.16.1:compile
    [INFO] |  +- org.apache.commons:commons-compress:jar:1.26.2:compile
    [INFO] |  |  \- commons-codec:commons-codec:jar:1.17.0:compile
    [INFO] |  +- io.airlift:aircompressor:jar:0.27:compile
    ```
    
   I know for sure that the bugs didn't exist in 3.2.0. 
   
   I now need to resume to my job activites. 
   I will post an update when tested (~tomorrow), and LMK if I need to open a 
Jira. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to