yandrey321 commented on code in PR #10030:
URL: https://github.com/apache/ozone/pull/10030#discussion_r3305479625
##########
hadoop-hdds/common/pom.xml:
##########
@@ -248,6 +248,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <useIncrementalCompilation>false</useIncrementalCompilation>
Review Comment:
IMHO we should disable incremental compilation for code generation tasks,
especially if we alter generation results as a step in the build process.
--
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]