Browse Source

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 years ago
parent
commit
04d4365437
1 changed files with 1 additions and 1 deletions
  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
 # Run application
 echo "Starting OfficeFloor 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