nandakumar131 opened a new pull request, #7659:
URL: https://github.com/apache/ozone/pull/7659

   ## What changes were proposed in this pull request?
   Enable sortpom in hadoop-hdds hadoop-dependency server & test
   
   Sortpom plugin was added as part of 
https://github.com/apache/ozone/pull/7555.
   This PR enables the plugin for hadoop-hdds sub-modules. (part 4)
   Sorting all the sub-modules under hadoop-hdds creates a big change, which 
will be hard to review. So, breaking this into multiple PRs.
   This PR sorts pom of the following sub-modules.
   
   hadoop-dependency-server
   hadoop-dependency-test
   
   ## What is the link to the Apache JIRA
   HDDS-12035
   
   ## How was this patch tested?
   
   Manually tested by adding out of order property.
   
   `hadoop-hdds/hadoop-dependency-server/pom.xml`
   ```
   [INFO] --- sortpom:3.0.1:verify (default) @ hdds-hadoop-dependency-server ---
   [INFO] Verifying file 
/Users/nvadivelu/Codebase/Github/ozone/hadoop-hdds/hadoop-dependency-server/pom.xml
   [ERROR] The line 31 is not considered sorted, should be '    
<property.one>one</property.one>'
   [ERROR] The file 
/Users/nvadivelu/Codebase/Github/ozone/hadoop-hdds/hadoop-dependency-server/pom.xml
 is not sorted
   ```
   
   ``hadoop-hdds/hadoop-dependency-test/pom.xml`
   ```
   [INFO] --- sortpom:3.0.1:verify (default) @ hdds-hadoop-dependency-test ---
   [INFO] Verifying file 
/Users/nvadivelu/Codebase/Github/ozone/hadoop-hdds/hadoop-dependency-test/pom.xml
   [ERROR] The line 31 is not considered sorted, should be '    
<property.one>one</property.one>'
   [ERROR] The file 
/Users/nvadivelu/Codebase/Github/ozone/hadoop-hdds/hadoop-dependency-test/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]

Reply via email to