Split vscode-boot-properties to separate language-server
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Language Server for Spring Boot Application Properties
|
||||
|
||||
Yada yada...
|
||||
3
headless-services/boot-properties-language-server/build.sh
Executable file
3
headless-services/boot-properties-language-server/build.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
../mvnw -U -f ../pom.xml -pl boot-properties-language-server -am clean install
|
||||
@@ -2,14 +2,14 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>vscode-boot-properties</artifactId>
|
||||
<artifactId>boot-properties-language-server</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.ide.vscode</groupId>
|
||||
<artifactId>commons-parent</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../headless-services/commons/pom.xml</relativePath>
|
||||
<relativePath>../commons/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<repositories>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user