Vim Tips Wiki
Register
No edit summary
Tags: Visual edit apiedit
 
(One intermediate revision by one other user not shown)
Line 26: Line 26:
 
----
 
----
 
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?
 
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?
  +
  +
:Does maven2 and maven3 not understand the same parameters anymore? If yes, then you should be able to just replace maven by maven2 or maven3 or whatever it is called, if not, well feel free to adjust the tip for maven2 and maven3 then ;) [[User:Chrisbra|Chrisbra]] ([[User talk:Chrisbra|talk]]) 09:04, October 19, 2012 (UTC)
  +
The [https://github.com/JalaiAmitahl/maven-compiler.vim maven-compiler-vim] plugin sets all of this up for you very nicely.

Latest revision as of 14:53, 26 June 2015

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?

Does maven2 and maven3 not understand the same parameters anymore? If yes, then you should be able to just replace maven by maven2 or maven3 or whatever it is called, if not, well feel free to adjust the tip for maven2 and maven3 then ;) Chrisbra (talk) 09:04, October 19, 2012 (UTC)

The maven-compiler-vim plugin sets all of this up for you very nicely.