Maven batch mode
Batch mode is to run Maven in a non-interactive, continuous integration environment. When running in non-interactive mode, Maven will never stop to accept input from the user. Instead, it will use default values when it requires input.How to run maven in batch mode
Pass one of the params below to mvn command from your terminal,
--batch-mode, B
No comments:
Post a Comment