Rubén Suárez Alvarez created MSHARED-385:
--------------------------------------------

             Summary: 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)

Reply via email to