newur opened a new pull request #35: ARCHETYPE-584 fix indention in root pom.xml
URL: https://github.com/apache/maven-archetype/pull/35
 
 
   Problem: linebreaks + indentions (whitespaces) are read as actual document 
nodes. This causes problems in combination with
   ```
   tr.setOutputProperty( OutputKeys.INDENT, "yes" );
   tr.setOutputProperty( "{http://xml.apache.org/xslt}indent-amount";, "2" );
   ```
   
   Removed the `.normalizeWhitespace()` in tests, because this shadowed the 
actual bug. Also split  one test into multiple tests. Test content remains the 
same.
   
   Had to add the **maven-4.0.0.xsd**, not sure if this is desired.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to