Skip tests when building the mvn cache

This commit is contained in:
Kris De Volder
2017-04-03 18:57:36 -07:00
parent 00b230e058
commit 890cd471bb

View File

@@ -4,7 +4,7 @@ workdir=`pwd`
sources=$workdir/sts4/vscode-extensions/$extension_id
cd sts4/vscode-extensions
./mvnw -Dtest.skip clean package
./mvnw -DskipTests package
timestamp=`date +%s`
tarfile=${workdir}/out/mnn-cache-${timestamp}.tar.gz