Add jdt.ls to maven cache building
This commit is contained in:
@@ -5,6 +5,9 @@ workdir=`pwd`
|
||||
cd ${workdir}/sts4/headless-services
|
||||
./mvnw -DskipTests package
|
||||
|
||||
cd ${workdir}/sts4/headless-services/jdt-ls-extension
|
||||
./mvnw -DskipTests package
|
||||
|
||||
timestamp=`date +%s`
|
||||
tarfile=${workdir}/out/sts4-mvn-cache-${timestamp}.tar.gz
|
||||
tar -czvf ${tarfile} -C ${HOME} .m2/repository
|
||||
|
||||
Reference in New Issue
Block a user