Actions
Bug #10618
closedWhen fetching webapp WARs, a repository maven is created in user home
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
When we prepare sources for rudder-webapp and inventory-endpoint we fetch WARs from nexus, this created a local maven repository in our user home (~/.m2/repository)
This leads to an ever growing repository which could fill up the disks, leading to numerous errors in our build process (our CI could not build anymore because there is no space anymore)
Telling maven to create a repository into the workspace should free some space and will allow us to clean it more efficiently
Actions