4.7.7 Default Answer in Non Interactive Mode - Reference Documentation
Authors: Andres Almiray
Version: 1.2.0
4.7.7 Default Answer in Non Interactive Mode
Sometimes a command may require the user to specify a missing value. When the build is run in interactive mode (the default mode) then it's just a matter of typing the value in the console. However, if the build is run in non-interactive mode then it's very likely it will fail.For this reason, the Griffon build accepts the definition of a default answer if thegriffon.noninteractive.default.answer
key is specified, like thisgriffon -Dgriffon.noninteractive.default.answer=y release-plugin