-
Notifications
You must be signed in to change notification settings - Fork 537
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
base: master
Are you sure you want to change the base?
Conversation
@@ -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> |
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 would still need this one for SonarQube analysis: https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/languages/java/
<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> |
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.
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> |
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.
this is used by Maven itself. Is it UTF-8 by default? I'm not finding a reference for the default value.
/pending |
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.
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
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.)