Tsz-wo Sze created HDDS-8294:
--------------------------------
Summary: recon stores large binary files under src dir
Key: HDDS-8294
URL: https://issues.apache.org/jira/browse/HDDS-8294
Project: Apache Ozone
Issue Type: Improvement
Components: build, Ozone Recon
Reporter: Tsz-wo Sze
Recon has a .pnpm dir storing download binary files under the src directory.
The .pnpm dir is not small. Also, "mvn clean" won't be able to remove it.
{code}
477M
apache-ozone/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/node_modules/.pnpm
{code}
In addition, the node_modules dir is added to .gitignore so git cannot detect
it.
{code}
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/.gitignore
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]