adoroszlai commented on PR #10537: URL: https://github.com/apache/ozone/pull/10537#issuecomment-4732997037
> ### Reproduction > A targeted clean build can fail before this patch: > > ```shell > mvn -pl :hdds-interface-client clean compile \ > -DskipTests -DskipShade -DskipRecon -DskipDocs > ``` Note: must have dependencies of `hdds-interface-client` installed: ```bash mvn -am -pl :hdds-interface-client -DskipTests clean install rm -fr ~/.m2/repository/org/apache/ozone/hdds-interface-client ``` I cannot reproduce the problem with that command on: ``` Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b) Java version: 21.0.11, vendor: Ubuntu, runtime: /usr/lib/jvm/java-21-openjdk-amd64 ``` Do you have different versions? Do you have some AI agent working in parallel on the same source root? -- 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]
