[ https://jira.codehaus.org/browse/MSHARED-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=356339#comment-356339 ]
Kristian Rosenvold commented on MSHARED-385: -------------------------------------------- We use the manifest class from the JDK which has hard-coded windows-line ending styles. Unless you can prove (with a link to the specification) that the JDK itself is incorrect in this respect this is a no-go. Feel free to file a bug with Oracle. > Specify lineEnding style in Plexus Archiver > ------------------------------------------- > > Key: MSHARED-385 > URL: https://jira.codehaus.org/browse/MSHARED-385 > Project: Maven Shared Components > Issue Type: New Feature > Components: maven-archiver > Reporter: Rubén Suárez Alvarez > Priority: Minor > > From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452123 > MANIFEST.MF generation is delegated to > https://maven.apache.org/shared/maven-archiver/ which eventually relies on > https://github.com/sonatype/plexus-archiver/blob/master/src/main/java/org/codehaus/plexus/archiver/jar/Manifest.java#L89 > There's no way to set custom EOL anywhere in the process. > In Maven Assembly Plugin > (http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html) you can > use "lineEnding" element but you can't set it in anyway in plexus archiver. > If It can't be specified via configuration, at least default system line end > style (System.getProperty("line.separator")) should be used. -- This message was sent by Atlassian JIRA (v6.1.6#6162)