Closed
Description
Description
After issue #40583 the maven cache is not used in windows. Instead of using links, that is causing issues in the last weeks, the idea will be copying the data restored by the cache into the correct windows maven folder. The main problem is that in linux the relative path to the maven folder is different than in windows and the cache is restored in a different folder. The idea is just copy/move the restored data to the correct windows maven folder. This way if the cache is in place the maven artifacts that are already in the repo won't be downloaded again, speeding the job.