Rodrigo Coacci created ARCHETYPE-410:
----------------------------------------

             Summary: The goal archetype:integration-test should ignore line 
ending when comparing the generated project to the reference
                 Key: ARCHETYPE-410
                 URL: https://jira.codehaus.org/browse/ARCHETYPE-410
             Project: Maven Archetype
          Issue Type: Bug
          Components: Plugin
    Affects Versions: 2.2
         Environment: Linux and Windows
            Reporter: Rodrigo Coacci


When creating an archetype integration test, if the reference project uses a 
diferent line ending (unix vs. windows) then the current platform the test is 
running, the test fails because project generation respects platform line 
ending but maven-resources-plugin (which copies the test from 
src/main/test/resources to target/test-classes) doesn't change line endings 
according to platform.
Perhaps this should be addressed by maven-resources-plugin (as an option to 
change line endings), I don't know.

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

        

Reply via email to