ソースを参照

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