vscode-java
vscode-java copied to clipboard
.m2 folder ignores XDG Base Directory from "maven.settingsFile"
When I run VSCode maven project, I am getting ~/.m2 folder in my home directory.
I have set: "maven.settingsFile": "/home/untainsYD/.config/maven/settings.xml", and other maven-related stuff like:
Is there a way to get rid of polluting my home directory with Maven artefacts?