swamirishi opened a new pull request, #6042:
URL: https://github.com/apache/ozone/pull/6042

   ## What changes were proposed in this pull request?
   Maven build of shaded hadoop jar fails when trying to extract 
   
   ozone-filesystem-shaded jar to classes since the jar has a directory called 
license containing many license files and a file LICENSE within the same 
directory, which interferes with one another when unpack module on the artifact 
runs.
   
   The solution proposes to add a fileMapper which aims to rename the directory 
META-INF/license/ to META-INF/licenses/
   
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-10178
   
   ## How was this patch tested?
   Local mac(APFS case insensitve) code build succeeded.
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to