sponsor Vim development Vim logo Vim Book Ad

Maven Compiler : VIM compiler setup for Java with Maven

 script karma  Rating 5/6, Downloaded by 1196  Comments, bugs, improvements  Vim wiki

created by
Dan Taylor
 
script type
ftplugin
 
description
Maven Compiler is a plugin to simplify the building of Java applications which use the maven project management system. This includes:

1. A syntax file containing highlighting rules for Maven's pom.xml files.
2. A compiler file containing the compiler setup and error format setup.
3. A file type detection script for pom.xml files to setup the filetype and syntax type for pom editing.

Github mirror:  https://github.com/JalaiAmitahl/maven-compiler.vim
 
install details
Pathogen is the recommended way to install the Maven Compiler plugin.

If you are using Pathogen:

git clone https://github.com/JalaiAmitahl/maven-compiler.vim ~/.vim/bundle/

Otherwise, extract the .tgz to a temporary directory and move the ftdetect, syntax and compiler folders into your ~/.vim/ folder.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
maven-compiler.tgz 1.1 2014-11-01 7.0 Dan Taylor Fixed issues where only one error was being displayed at a time, added a quickfix plugin to strip duplicate and blank entries from the quickfix window.
maven-compiler.tgz 1.0.1 2014-10-12 7.0 Dan Taylor Small fixes to:

1. POM syntax file now highlights the parent tag.
2. Error format now ignores everything which is not explicitly requested.
3. ftdetect didn't always override the xml file type.
maven-compiler.tgz 1.0 2014-10-09 7.0 Dan Taylor Initial upload
ip used for rating: 44.200.169.48

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github