sadanand48 commented on code in PR #6910:
URL: https://github.com/apache/ozone/pull/6910#discussion_r1671704026
##########
hadoop-ozone/dev-support/checks/build.sh:
##########
@@ -18,7 +18,7 @@ cd "$DIR/../../.." || exit 1
: ${OZONE_WITH_COVERAGE:="false"}
-MAVEN_OPTIONS='-V -B -Dmaven.javadoc.skip=true -DskipTests -DskipDocs
--no-transfer-progress'
+MAVEN_OPTIONS='-V -B -DskipTests -DskipDocs --no-transfer-progress'
Review Comment:
build.sh is invoked in other places like intermittent-test-check.yml,
repeat-acceptance.yml, build-ratis.yml . We would need to update skipjavadoc
param in these places to retain same behaviour or undo this change
--
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]