Просмотр исходного кода

Include stack traces and debug logging in officefloor build (#3136)

This line has been failing in the Server Central environment, and this
change should make officefloor tell us more about what's going wrong the
next time it fails.  The framework passes all tests in a local setup, so
I bet it's close to passing in Server Central too.
Michael Hixson 7 лет назад
Родитель
Сommit
04d4365437
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      frameworks/Java/officefloor/setup.sh

+ 1 - 1
frameworks/Java/officefloor/setup.sh

@@ -19,4 +19,4 @@ echo "OfficeFloor test application built"
 
 # Run application
 echo "Starting OfficeFloor application"
-mvn -DincludeGWT=false -DenvDir=production net.officefloor.maven:woof-maven-plugin:run
+mvn -e -X -DincludeGWT=false -DenvDir=production net.officefloor.maven:woof-maven-plugin:run