Add more XDG variables

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-26 20:07:45 +02:00
parent 6cb1fb7ccd
commit 56a77bb7b2
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
6 changed files with 17 additions and 57 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository>${env.XDG_CACHE_HOME}/maven/repository</localRepository>
</settings>