swamirishi commented on code in PR #7325: URL: https://github.com/apache/ozone/pull/7325#discussion_r1819273649
########## hadoop-ozone/recon/pom.xml: ########## @@ -24,6 +24,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>ozone-recon</artifactId> <properties> + <classpath.skip>false</classpath.skip> Review Comment: Correct me if I am wrong here, I think the classpath.skip should be set to false for ozone-common module as well, isn't it? I am not able to find the file being updated here. -- 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]
