pom.xml をフォーマットすると、次のようになります。
から
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
に
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.10
</version>
<scope>
test
</scope>
</dependency>
Eclipse の XML エディタが関係するすべての場所でデフォルト設定を復元しようとしましたが、意図的に何も変更していません。これをまっすぐに設定する場所はありますか?