Richard Eckart de Castilho created UIMA-2951:
------------------------------------------------

             Summary: Exclude MANIFEST.MF files from rat check
                 Key: UIMA-2951
                 URL: https://issues.apache.org/jira/browse/UIMA-2951
             Project: UIMA
          Issue Type: Improvement
          Components: Build, Packaging and Test
            Reporter: Richard Eckart de Castilho
            Priority: Minor
             Fix For: parent-pom-5


MANIFEST.MF files cannot have comments. Hence, I suggest that they be globally 
ignored by the rat check plugin by adding the following like to the UIMA parent 
POM:

{noformat}
<exclude>**/*/MANIFEST.MF</exclude> <!-- MANIFEST.MF files cannot have comments 
-->
{noformat}

Source: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4782054
Source: http://litrik.blogspot.de/2007/08/comments-in-manifestmf.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to