smitajoshi12 commented on code in PR #4070: URL: https://github.com/apache/ozone/pull/4070#discussion_r1053081525
########## 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: We can see bin is created using this command pnpm bin and pnpm store path /home/root1/.pnpm-store/v3 If I do pnpm run build then local pnpm build is successful but if we do build with Maven then it is failing because of lib folder in target of Recon. -- 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]
