I currently have a grails / maven project. Now I am updating my grails project to 1.2.1. The problem is that the update asks for user input, and if my CI server tries to build it, it will stop asking the user if he wants to update some plugins.
Is there any way to tell maven to answer "y" to all user input?
source
share