This plugin provides convenient functions to Apache Maven project.
- Detects your editing file if it is under Maven's project(by looking for pom.xml)
- Executes Maven as compiler with supporting of quickfix
- Jump files between source/test code
- Functions for retrieving maven path in current editing buffer
Put following configuration for your Vundle:
Plugin 'mikelue/vim-maven-plugin'
Then execute:
:VundleInstall
Get the source and copy the source into your runtime path of VIM. Then type "helptags ~/vimfiles/doc/" to build tags of help file.
Use "help maven.txt" to open the help of this plugin.
- This plugin wouldn't read the content of "pom.xml" to setup the context of Maven project. So you should setup directories of source code in your project by default.