adoroszlai opened a new pull request, #9013: URL: https://github.com/apache/ozone/pull/9013
## What changes were proposed in this pull request? HDDS-13620 changed frontend build, but properties to skip it in profiles were not updated. Thus, Recon frontend is always built. ``` $ mvn -DskipTests -DskipRecon -am -pl :ozone-recon clean verify ... [INFO] --- frontend:1.15.1:install-node-and-pnpm (Install node and npm locally to the project) @ ozone-recon --- ... [INFO] Installed pnpm locally. ... [INFO] --- frontend:1.15.1:pnpm (install frontend dependencies) @ ozone-recon --- ... [INFO] Done in 1.5s ... [INFO] --- frontend:1.15.1:pnpm (Build frontend) @ ozone-recon --- ... [INFO] ✓ built in 11.84s ... [INFO] Apache Ozone Recon ................................. SUCCESS [ 23.734 s] ``` https://issues.apache.org/jira/browse/HDDS-13659 ## How was this patch tested? ``` $ mvn -DskipTests -DskipRecon -am -pl :ozone-recon clean verify ... [INFO] --- frontend:1.15.1:install-node-and-pnpm (Install node and npm locally to the project) @ ozone-recon --- [INFO] Skipping execution. ... [INFO] --- frontend:1.15.1:pnpm (install frontend dependencies) @ ozone-recon --- [INFO] Skipping execution. [INFO] [INFO] --- frontend:1.15.1:pnpm (Build frontend) @ ozone-recon --- [INFO] Skipping execution. [INFO] ... [INFO] Apache Ozone Recon ................................. SUCCESS [ 4.863 s] ``` https://github.com/adoroszlai/ozone/actions/runs/17552143858 -- 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]
