在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):eclipse/lemminx-maven开源软件地址(OpenSource Url):https://github.com/eclipse/lemminx-maven开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):LemMinX-MavenWant to provide some powerful Maven pom edition support in your software without pain? Search no more! This project is an Eclipse LemMinX (XML Language Server) extension to provide some extra assistance to edition of Maven POM files FeaturesAdditionally to the XSD based assistance provided by LemMinX when editing pom files, this extension adds:
Here a demo in Eclipse IDE: Consuming LemMinX MavenGet the maven artifact from the Eclipse Nexus repository ...
<groupId>org.eclipse.lemminx</groupId>
<artifactId>lemminx-maven</artifactId>
<version>0.0.1-SNAPSHOT</version>
...
<repositories>
<repository>
<id>lemminx-releases</id>
<url>https://repo.eclipse.org/content/repositories/lemminx-releases/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>lemminx-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/lemminx-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories> Then, just start the LemMinX Language Server as documented on the LemMinX documentation, and make sure the LemMinX-Maven extension is in the classpath. If done correctly, then whenever LemMinX starts processing some IntegrationsEclipse IDEThis extension is already used from the "Generic Text Editor" in Eclipse 4.16+ when m2e is installed. If you don't have m2e installed, you can get it with the latest snapshot LemMinX-Maven below. m2e download site with LemMinX-Maven included
VSCodeThis extension is installed with vscode-xml-maven. Read here for further explanation on how it works. Demos and other resourcesComing soon... |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论