peterxcli commented on PR #8475: URL: https://github.com/apache/ozone/pull/8475#issuecomment-2907663004
@adoroszlai sorry to disturb you in weekend, I keep getting error when running `mvn verify` and the pmd check script. ```bash ❯ mvn verify install -DskipShade -DskipTests -Pgo-offline ... ... [INFO] 314 goals, 314 executed [ERROR] Failed to execute goal com.coderplus.maven.plugins:copy-rename-maven-plugin:1.0.1:rename (rename-generated-config) on project hdds-common: sourceFile /Users/peter.li/Documents/oss/apache/ozone/hadoop-hdds/common/target/classes/ozone-default-generated.xml does not exist -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :hdds-common ``` my maven version: ```bash ❯ mvn --version Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937) Maven home: /opt/homebrew/Cellar/maven/3.9.9/libexec Java version: 21.0.6, vendor: Azul Systems, Inc., runtime: /Users/peter.li/.sdkman/candidates/java/21.0.6-zulu/zulu-21.jdk/Contents/Home Default locale: en_TW, platform encoding: UTF-8 OS name: "mac os x", version: "15.5", arch: "aarch64", family: "mac" ``` Have I missed a setup step, or could something in my environment be causing this? Any pointers would be greatly appreciated. -- 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]
