Преглед на файлове

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 години
родител
ревизия
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