SemyonSinchenko commented on issue #584:
URL: 
https://github.com/apache/incubator-graphar/issues/584#issuecomment-2285440823

   I see it in the following way:
   - we have Makefiles in each of subproject (cpp, maven, pyspark already has 
one);
   - each Makefile of the subproject contains a `clean` command that delete all 
the created temporary data, all the generated code, all the compiled classes, 
etc. For maven it should be something like `mvn clean` and also deleting of the 
corresponded tmp folder and downloaded artifacts like spark binaries;
   - we have a top level Makefile with a `clean` command that just runs one by 
one `clean` in subprojects


-- 
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]

Reply via email to