jira-importer commented on issue #230: URL: https://github.com/apache/maven-jar-plugin/issues/230#issuecomment-2956684054
**[Jochen Wiedmann](https://issues.apache.org/jira/secure/[email protected])** commented Steve, I can confirm that I can reproduce the problem with maven 2.0.4 and your second zip file. I have checked, and maven 2.0.4 is indeed using plexus-archiver-1.0-alpha-3, which **does** add carriage returns and line feeds to the manifest value, thus producing invalid manifest entries. The plexus-archiver doesn't, as of 1.0-alpha-4. I have also verified, that version 2.1-SNAPSHOT of the maven-jar-plugin uses version 2.0.1 of the maven-archiver, which in turn uses plexus-archiver-1.0-alpha-4. In other words, the problem can be fixed by adding <version>2.1-SNAPSHOT</version> to the maven-jar-plugins configuration. (Which I have verified successfully.) I recommend, that this issue be closed, which I cannot do. -- 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]
