jira-importer commented on issue #305:
URL: 
https://github.com/apache/maven-jar-plugin/issues/305#issuecomment-2956696240

   **[Rolf 
Schumacher](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ngong)**
 commented
   
   ok, found a solution:
   
   do not use the key=name, instead use a concept called "section" (for what 
ever):
   
   rewriting the code did the trick:
   
   ```xml
   <manifestSections>
     <manifestSection>
       <Name>font/BOMBLOGO.TTF</Name>
       <manifestEntries>
         <Content-Type>application/x-font</Content-Type>
       </manifestEntries>
     </manifestSection>
   </manifestSections>
   ```
   
   


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