Markus KARG created MRELEASE-854: ------------------------------------ Summary: non-interactive "always yes" option Key: MRELEASE-854 URL: https://jira.codehaus.org/browse/MRELEASE-854 Project: Maven Release Plugin Issue Type: Improvement Reporter: Markus KARG Priority: Minor
The Maven Release Plugin asks whether -SNAPSHOT dependencies shall be replaced by dependencies, and when answered with "yes" it suggests the release and new development versions. This is great and works well in many cases. Unfortunately, when using automations like Jenkins etc., this feature cannot be used, as apparently that "yes, please apply all your suggestions but don't ask me anything" answer can only be given in interactive mode, while there is no property which would enable the same behaviour in nin-interactive mode. Hence, I wish there would be a parameter (like "alwaysApplyDefaults" which defaults to "false" for backwards compatibility) which, when set to "true" explicitly, just answers "yes" to all questions and suggestions. :-) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira