Skip to content

HDDS-12854. Remove unused POM properties #8394

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kiruthiga1793
Copy link
Contributor

What changes were proposed in this pull request?

HDDS-12854 Remove unused root pom.xml properties

Please describe your PR in detail:
Removed unused properties in pom.xml

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-12854

(Please replace this section with the link to the Apache JIRA)

How was this patch tested?

(Please explain how this patch was tested. Ex: unit tests, manual tests, workflow run on the fork git repo.)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this.)

@adoroszlai adoroszlai marked this pull request as draft May 6, 2025 04:06
@kiruthiga1793 kiruthiga1793 marked this pull request as ready for review May 6, 2025 16:56
@@ -212,15 +207,13 @@
<slf4j.version>2.0.17</slf4j.version>
<snakeyaml.version>2.0</snakeyaml.version>
<snappy-java.version>1.1.10.7</snappy-java.version>
<sonar.java.binaries>${basedir}/target/classes</sonar.java.binaries>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<errorprone-annotations.version>2.29.2</errorprone-annotations.version>
<!-- test groups excluded by default (without any manual profile activation) -->
<excluded-test-groups>unhealthy</excluded-test-groups>
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
<failIfNoTests>false</failIfNoTests>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is used by surefire but the default is false. So it's fine to remove it.

@@ -189,7 +185,6 @@
<project.build.outputTimestamp>2025-03-12T22:12:52Z</project.build.outputTimestamp>
<!-- platform encoding override -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Copy link
Contributor

@jojochuang jojochuang May 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is used by Maven itself. Is it UTF-8 by default? I'm not finding a reference for the default value.

@adoroszlai adoroszlai changed the title HDDS-12854 Remove unused properties HDDS-12854. Remove unused POM properties May 7, 2025
@adoroszlai adoroszlai marked this pull request as draft May 7, 2025 15:14
@adoroszlai
Copy link
Contributor

/pending

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marking this issue as un-mergeable as requested.

Please use /ready comment when it's resolved.

Please note that the PR will be closed after 21 days of inactivity from now. (But can be re-opened anytime later...)

/pending

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants