jira-importer commented on issue #250: URL: https://github.com/apache/maven-jar-plugin/issues/250#issuecomment-2956687443
**[Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** commented Looks to be more an issue with winzip. Build your project and use the following cli (even on windows) : jar tf yourJar . You will see META-INF/MANIFEST.MF. My output on a it of the cuurent trunk : ``` C:\maven-svn\plugins\maven-jar-plugin\src\it\MJAR-30-excludes\target>jar tf maven-jar-plugin-test-mjar-30-03-99.0.jar META-INF/ META-INF/MANIFEST.MF foo/ foo/project003/ default-configuration.properties META-INF/maven/ META-INF/maven/org.apache.maven.plugins/ META-INF/maven/org.apache.maven.plugins/maven-jar-plugin-test-mjar-30-03/ META-INF/maven/org.apache.maven.plugins/maven-jar-plugin-test-mjar-30-03/pom.xml META-INF/maven/org.apache.maven.plugins/maven-jar-plugin-test-mjar-30-03/pom.properties ``` -- 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]
