Xml formatting does not seem to be 100%. Notice the improperly indented opening element tag in the pom.xml snippet below.
Run this script:
Get this output snippet from pom.xmlCode:project --topLevelPackage test.pom.format.bug dependency add --groupId test.format --artifactId format-bug --version 1
Is this a known issue or is it on purpose?Code:<dependency> <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>test.format</groupId> <artifactId>format-bug</artifactId> <version>1</version> </dependency> </dependencies>
I did not have luck searching for any existing forum posts about this issue.


Reply With Quote