Try enabling tests for spring-boot ls

This commit is contained in:
BoykoAlex
2022-01-11 17:50:22 -05:00
parent b0960b012a
commit 9a0600f016

View File

@@ -6,7 +6,6 @@ cd ../jdt-ls-extension
if command -v xvfb-run ; then
echo "Using xvfb to run in headless environment..."
xvfb-run ../mvnw \
-DskipTests \
-DtrimStackTrace=false \
-f ../pom.xml \
-pl $modules \
@@ -14,7 +13,6 @@ if command -v xvfb-run ; then
clean install
else
../mvnw \
-DskipTests \
-DtrimStackTrace=false \
-f ../pom.xml \
-pl $modules \
@@ -24,7 +22,6 @@ fi
cd ../xml-ls-extension
../mvnw \
-DtrimStackTrace=false \
-DskipTests \
-f ../pom.xml \
-pl xml-ls-extension \
-am \