-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-12020. Enable sortpom in hdds-erasurecode, hdds-framework, hdds-hadoop-dependency-client. #7644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…hadoop-dependency-client.
adoroszlai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @nandakumar131 for the patch. Mostly LGTM, two minor comments about comments. :)
| <groupId>org.apache.ozone</groupId> | ||
| <artifactId>hdds-config</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> | ||
|
|
||
| <!-- Test dependencies --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can either remove <!-- Test dependencies -->, or move it before the first one with test scope.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, I will fix (move it where the test dependencies start) this in the next PR.
| <groupId>org.apache.commons</groupId> | ||
| <artifactId>commons-lang3</artifactId> | ||
| </exclusion> | ||
| <!-- commons-cli is required by OzoneFsShell --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move this comment to between commons-beanutils and commons-codec (where commons-cli exclusion would fit).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do!
|
Thanks for the review and merge @adoroszlai. |
What changes were proposed in this pull request?
Enable sortpom in hdds-erasurecode, hdds-framework, hdds-hadoop-dependency-client
Sortpom plugin was added as part of #7555.
This PR enables the plugin for hadoop-hdds sub-modules. (part 3)
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.
What is the link to the Apache JIRA
HDDS-12020
How was this patch tested?
Manually tested by adding out of order property.
hadoop-hdds/erasurecode/pom.xmlhadoop-hdds/framework/pom.xmlhadoop-hdds/hadoop-dependency-client/pom.xml