jojochuang commented on code in PR #8394:
URL: https://github.com/apache/ozone/pull/8394#discussion_r2076550643
##########
pom.xml:
##########
@@ -85,13 +85,10 @@
[${javac.version})
for an open-ended enforcement
-->
- <enforced.java.version>[${javac.version},)</enforced.java.version>
- <enforced.maven.version>[3.3.0,)</enforced.maven.version>
<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>
Review Comment:
this is used by surefire but the default is false. So it's fine to remove it.
--
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]