gnodet commented on code in PR #82:
URL: https://github.com/apache/maven-parent/pull/82#discussion_r1002675539
##########
pom.xml:
##########
@@ -1170,19 +1175,63 @@ under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>com.diffplug.spotless</groupId>
+ <artifactId>spotless-maven-plugin</artifactId>
+ <version>2.27.1</version>
+ <configuration>
+ <java>
+ <importOrder>
+ <file>config/maven-eclipse-importorder.txt</file>
+ </importOrder>
+ <removeUnusedImports/>
+ <palantirJavaFormat/>
+ <licenseHeader>
+ <file>config/maven-header-plain.txt</file>
+ </licenseHeader>
+ </java>
+ <pom>
+ <sortPom>
+ <expandEmptyElements>false</expandEmptyElements>
Review Comment:
I don't see how. This just replaces `<foo />` with `<foo></foo>` or
vice-versa. I do find the latter a bit weird to read. Not sure how that
changes diffs. Can you elaborate ?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]