Skip to content

sjl/vim-maven-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin provides convenient functions to Apache Maven project.

Main features:

1. Detect your editing file whether it is under Maven's project(by looking for pom.xml)
2. Execute Maven as compiler with supporting of quickfix
3. Jump files between source/test code

Installation:

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

Limitation:

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%