Skip to content

Commit 5b67835

Browse files
committed
Stacktraces for failed test in boot-ls
1 parent 66b7bdb commit 5b67835

File tree

1 file changed

+2
-0
lines changed
  • headless-services/spring-boot-language-server

1 file changed

+2
-0
lines changed

headless-services/spring-boot-language-server/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ cd ../jdt-ls-extension
55
if command -v xvfb-run ; then
66
echo "Using xvfb to run in headless environment..."
77
xvfb-run ../mvnw \
8+
-DtrimStackTrace=false \
89
-f ../pom.xml \
910
-pl $modules \
1011
-am \
1112
clean install
1213
else
1314
../mvnw \
15+
-DtrimStackTrace=false \
1416
-f ../pom.xml \
1517
-pl $modules \
1618
-am \

0 commit comments

Comments
 (0)