From ffd9c8a8992ce29658c97a4d6c1fe00170139a60 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Fri, 8 Jan 2021 13:23:55 +0100 Subject: [PATCH] Update README.md --- eclipse-language-servers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse-language-servers/README.md b/eclipse-language-servers/README.md index 87dfa6e6c..b73850023 100644 --- a/eclipse-language-servers/README.md +++ b/eclipse-language-servers/README.md @@ -7,6 +7,6 @@ The purpose of these Eclipse plugin projects is to embed and integrate the langu In order to develop and run those projects from your Eclipse IDE, you should: - go to the directory `headless-services` and run the maven build via `mvn -DskipTests=true clean install`. This will build and install the language servers as maven artifacts. -- go to the directory `eclipse-language-servers` and run the maven build via `mvn -Pe411 clean package`. This will built the Eclipse plugins for the language servers and include the previously built language server artifacts in the Eclipse plugin projects. +- go to the directory `eclipse-language-servers` and run the maven build via `mvn -Pe418 clean package`. This will built the Eclipse plugins for the language servers and include the previously built language server artifacts in the Eclipse plugin projects. Once you imported the Eclipse plugin projects into your workspace, you can just run a runtime workbench with those language servers installed without doing anything else.