Skip to content

srasku/vim-maven-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-maven-plugin

This plugin provides convenient functions to Apache Maven project.

Main features:

  1. Detects your editing file if it is under Maven's project(by looking for pom.xml)
  2. Executes Maven as compiler with supporting of quickfix
  3. Jump files between source/test code
  4. Functions for retrieving maven path in current editing buffer

Installation:

Vundle(recommended)

Put following configuration for your Vundle:

Plugin 'mikelue/vim-maven-plugin'

Then execute:

:VundleInstall

Manually

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.

Limitations:

  • 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.

About

The Maven plugin for VIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%