Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

mvn should be run in batch mode #583

Open
tmagrino opened this issue May 30, 2018 · 1 comment
Open

mvn should be run in batch mode #583

tmagrino opened this issue May 30, 2018 · 1 comment

Comments

@tmagrino
Copy link

tmagrino commented May 30, 2018

I noticed something while helping a colleague get set up with eclim with a maven project that caused :Mvn to not jump to the first build error. Specifically, the current definition in https://github.com/ervandew/eclim/blob/master/org.eclim.jdt/vim/eclim/compiler/eclim_mvn.vim does not currently use the flag -B (for batch mode). Without this flag, output from mvn will be colorized and not match the errorformat patterns defined in https://github.com/ervandew/eclim/blob/master/org.eclim.jdt/vim/eclim/compiler/eclim_mvn.vim.

@tmagrino
Copy link
Author

tmagrino commented May 30, 2018

Actually a better flag, if the mvn installation being used is new enough, would be --color=disabled as discussed here https://issues.apache.org/jira/browse/MNG-6220

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant