Description
originally reported as http://netbeans.org/bugzilla/show_bug.cgi?id=197505
the newly created pom.xml from any archetype is modified by the archetype plugin in case the current working directory contains a pom.xml file and a <parent> section is inserted to the newly created pom.
on linux this appears to be changing newlines from \n to \r\n (windows style newlines) which becomes a problem with scm systems for example.
included is a patch that fixes the problem.