install language server maven artifacts instead of just package to consume them later in the eclipse plugin build
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
set -e
|
||||
(cd ../commons-vscode ; npm install)
|
||||
npm install ../commons-vscode
|
||||
../mvnw -f ../pom.xml -pl vscode-application-yaml -am clean package
|
||||
../mvnw -f ../pom.xml -pl vscode-application-yaml -am clean install
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
set -e
|
||||
(cd ../commons-vscode ; npm install)
|
||||
npm install ../commons-vscode
|
||||
../mvnw -f ../pom.xml -pl vscode-manifest-yaml -am clean package
|
||||
../mvnw -f ../pom.xml -pl vscode-manifest-yaml -am clean install
|
||||
|
||||
Reference in New Issue
Block a user