There is some character escaping problem with this post.
Update:
There is a minor editor problem
- Edit text: Code\nCode2
- Mark as code
- Insert line between Code and Code2: Code\n x \nCode2
Result: Code asd Code2
Should be: Code\n x \nCode2
Original sample:
<project>
<build>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals> <goal>add-source</goal> </goals>
<configuration>
<sources>
<source>${eclipse.generated.src}</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<additionalConfig>
<file> <name>.factorypath</name>
<content> <![CDATA[
]]> .settings/org.eclipse.jdt.apt.core.prefs