mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
8 lines
788 B
VimL
Vendored
8 lines
788 B
VimL
Vendored
let g:xmldata_pom ={
|
|
\'project':[['groupId','artifactId','version','packaging','dependencies','parent','dependencyManagement','modules','properties','build','reporting','name','description','url','inceptionYear','licenses','organization','developers','contributors','issueManagement','ciManagement','mailingLists','scm','prerequisites','repositories','pluginRepositories','distributionManagement','profiles'],{'xmlns':['http://maven.apache.org/POM/4.0.0'],'xmlns:xsi':['http://www.w3.org/2001/XMLSchema-instance'],'xsi:schemaLocation':['http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd']}],
|
|
\'dependencies':[['dependency'],{}],
|
|
\'dependency':[['groupId','artifactId','type','optional','version','scope'],{}],
|
|
\}
|
|
|
|
|