Problem deleting _library_dependencies dir on cleanup #74
Open
Description
I'm running this via an Eclipse plugin, in Windows.
�[36m2024-11-13T09:31:47.431813100�[0m�[35m [INFO] �[0mCleaning up library dependency directory: C:\git\apps\mmmodresorts\_library_dependencies
�[36m2024-11-13T09:31:47.444179100�[0m�[31m [ERROR] �[0mError deleting library dependency directory: C:\git\apps\mmmodresorts\_library_dependencies
I'm wondering, instead of trying to fix the permission issue... might it be better to generate this into target (for a Maven project), which is already in .gitignore and will already get cleaned ?
Another idea might be to add these in the output directory, which also, potentially might be outside of the original project/input directory.