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

   **[Joerg 
Schaible](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=joehni)** 
commented
   
   In your example, the resulting jar is not empty. Looking for the differences 
to your example and my setup I found that we use this configuration for the 
plugin:
   
   ```
   <configuration>
        <!-- Remove the Maven POM from the Manifest -->
        <archive>
             <addMavenDescriptor>false</addMavenDescriptor>
        </archive>
   </configuration>
   ```
   
   Add this configuration to your example and the problem is also revealed :)
   


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