Vim Tips Wiki
Register
Advertisement
Tip 1042 Printable Monobook Previous Next

created November 8, 2005 · complexity basic · author jkw · version 6.0


Using maven with quickfix is pretty simple, just add:

compiler ant
set makeprg=maven\ -q\ -f\ project.xml\ jar:install

to your vimrc. I use the jar:install goal but java:compile will suffice.

Comments

Consider :help write-compiler-plugin.


Advertisement