smengcl commented on code in PR #4070: URL: https://github.com/apache/ozone/pull/4070#discussion_r1047969467
########## pom.xml: ########## @@ -233,7 +233,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <checkstyle.version>9.3</checkstyle.version> <surefire.fork.timeout>1200</surefire.fork.timeout> <aws-java-sdk.version>1.12.261</aws-java-sdk.version> - <frontend-maven-plugin.version>1.12.0</frontend-maven-plugin.version> + <frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version> Review Comment: Oh looks like the build is failing in CI: https://github.com/apache/ozone/actions/runs/3677105755/jobs/6218636117 ``` [INFO] --- frontend-maven-plugin:1.12.1:npx (set [email protected] store path) @ ozone-recon --- [INFO] npm not inheriting proxy config from Maven [INFO] Running 'npx [email protected] config set store-dir ~/.pnpm-store' in /home/runner/work/ozone/ozone/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web [INFO] npm ERR! code ENOENT [INFO] npm ERR! syscall lstat [INFO] npm ERR! path /home/runner/work/ozone/ozone/hadoop-ozone/recon/target/lib [INFO] npm ERR! errno -2 [INFO] npm ERR! enoent ENOENT: no such file or directory, lstat '/home/runner/work/ozone/ozone/hadoop-ozone/recon/target/lib' [INFO] npm ERR! enoent This is related to npm not being able to find a file. [INFO] npm ERR! enoent [INFO] [INFO] npm ERR! A complete log of this run can be found in: [INFO] npm ERR! /home/runner/.npm/_logs/2022-12-12T15_16_06_248Z-debug-0.log ``` -- 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]
