Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
0.5
-
Tiger Sprint 193
Description
Executing "mvn clean" in the frontend-ng module does not remove the .cache and coverage folders.
Steps to reproduce:
cd frontend-ng npm ci npm run testOnce -- --cache mvn clean
Expected: the folders node_modules, coverage and .cache do not exist anymore
Actual: the folders coverage and .cache still exist