You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2016/04/10 13:49:25 UTC

[jira] [Created] (MSHARED-511) Using structures to keep insertion order for MANIFEST.MF

Karl Heinz Marbaise created MSHARED-511:
-------------------------------------------

             Summary: Using structures to keep insertion order for MANIFEST.MF
                 Key: MSHARED-511
                 URL: https://issues.apache.org/jira/browse/MSHARED-511
             Project: Maven Shared Components
          Issue Type: Improvement
          Components: maven-archiver
    Affects Versions: maven-archiver-3.0.1
            Reporter: Karl Heinz Marbaise
            Assignee: Karl Heinz Marbaise
            Priority: Minor
             Fix For: maven-archiver-3.0.1


Currently in maven-archiver things like HashMap and ArrayList are used which are not insertion order aware. Replaced with LinkedHashMap and LinkedList to keep insertion order.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)