rmannibucau commented on pull request #104:
URL: 
https://github.com/apache/maven-shade-plugin/pull/104#issuecomment-883232308


   > Are there any Maven APIs which provide a unified view of classpath 
resources in a transparent way, i.e. a single way to handle directories and 
JARs with regard to iterating over and/or filtering class files and other 
resources?
   
   Noone the shade plugin should use IMO since it is highly plugin dependent 
what will happen next. Indeed a visitor could be abstracted but it would bring 
more constraints than solution from my past experience.
   
   I'll try to bring a PR up soon but to kind of answer you concern, I prefer 
to release no change in next release than this code which will be totally 
rewritten in the next minor to handle directories, gives more stability to 
source code which is not a bad thing for end users.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to