Vim Tips Wiki
Register
(Move categories to tip template)
Line 25: Line 25:
   
 
----
 
----
  +
This tip is for maven, but in this days all people use maven3 (or maven2) and this tip does nothing for that. Or am I wrong?

Revision as of 08:39, 19 October 2012

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.


This tip is for maven, but in this days all people use maven3 (or maven2) and this tip does nothing for that. Or am I wrong?