jira-importer opened a new issue, #428: URL: https://github.com/apache/maven-jar-plugin/issues/428
**[Hervé Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** opened **[MJAR-281](https://issues.apache.org/jira/browse/MJAR-281?redirect=false)** and commented ``` $ unzip -t target/it/manifest-content/target/manifest-content-1.0-SNAPSHOT.jar Archive: target/it/manifest-content/target/manifest-content-1.0-SNAPSHOT.jar testing: META-INF/MANIFEST.MF OK testing: META-INF/ OK testing: myproject/ OK testing: META-INF/maven/ OK testing: META-INF/maven/org.apache.maven.plugins/ OK testing: META-INF/maven/org.apache.maven.plugins/manifest-content/ OK testing: myproject/HelloWorld.class OK testing: META-INF/maven/org.apache.maven.plugins/manifest-content/pom.xml OK testing: META-INF/maven/org.apache.maven.plugins/manifest-content/pom.properties OK No errors detected in compressed data of target/it/manifest-content/target/manifest-content-1.0-SNAPSHOT.jar. ``` `META-INF/` should be first see https://github.com/codehaus-plexus/plexus-archiver/pull/189 --- **Affects:** 3.2.0 **Issue Links:** - [MJAR-282](https://issues.apache.org/jira/browse/MJAR-282) Upgrade Maven Archiver to 3.5.2 (_**"is fixed by"**_) - [MNG-7357](https://issues.apache.org/jira/browse/MNG-7357) All Maven Core JARs have unusual entry order (_**"causes"**_) - [MJAR-284](https://issues.apache.org/jira/browse/MJAR-284) Remove override for Plexus Archiver to fix order of META-INF/ and META-INF/MANIFEST.MF entries (_**"is superceded by"**_) **Remote Links:** - [plexus-archiver PR 189 ](https://github.com/codehaus-plexus/plexus-archiver/pull/189) -- 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]
