Small tweak to 'build-mvn-cache' script

This commit is contained in:
Kris De Volder
2017-04-03 20:36:24 -07:00
parent 36dae15e63
commit d91995ece0

View File

@@ -8,4 +8,4 @@ cd sts4/vscode-extensions
timestamp=`date +%s`
tarfile=${workdir}/out/sts4-mvn-cache-${timestamp}.tar.gz
tar -czvf ${tarfile} ${HOME}/.m2/repository
tar -czvf ${tarfile} -C ${HOME} .m2/repository