DenisIstomin opened a new pull request #3873: URL: https://github.com/apache/camel/pull/3873
Those spaces cause extra spaces in autogenerated `pom.xml`. Before `<project>` node. For example: ``` <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> ``` So now it is the same as in [camel-spring-archetype](https://github.com/apache/camel/blob/f257e16d100b14c0a24b748d9df997f32497f823/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/pom.xml#L2) ---------------------------------------------------------------- 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: us...@infra.apache.org