szetszwo commented on code in PR #8000:
URL: https://github.com/apache/ozone/pull/8000#discussion_r1978134037
##########
hadoop-hdds/test-utils/pom.xml:
##########
@@ -108,6 +108,13 @@
<proc>none</proc>
</configuration>
</plugin>
+ <plugin>
+ <groupId>com.github.ekryd.sortpom</groupId>
+ <artifactId>sortpom-maven-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
Review Comment:
@adoroszlai , it will fail as below if `sortpom` is not skipped. How about
we fix it separately?
```
[INFO] Verifying file
/Users/szetszwo/ozone/ozone-fork/hadoop-hdds/test-utils/pom.xml
[ERROR] The line 60 is not considered sorted, should be '
<groupId>org.jacoco</groupId>'
[ERROR] The file
/Users/szetszwo/ozone/ozone-fork/hadoop-hdds/test-utils/pom.xml is not sorted
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]