From fe93ab71b71c1e7bbb9d021dce89d58c14af507a Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Thu, 6 Jun 2019 09:17:04 +0200 Subject: [PATCH] Update README.md --- eclipse-distribution/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/eclipse-distribution/README.md b/eclipse-distribution/README.md index 8420ec6dc..37d1f9a7d 100644 --- a/eclipse-distribution/README.md +++ b/eclipse-distribution/README.md @@ -1,3 +1,13 @@ # eclipse distribution STS 4 provides a ready to use distribution of Eclipse, equipped with all the necessary extensions and plugins that are useful to develop Spring Boot apps. The necessary product and build definitions are included here. + +## run the snapshot build +To run the distribution builds locally: + +`mvn -Pe412 -Psnapshot clean package` + +- `-Pe412` defines the eclipse platform version + +This consumes the language servers from the nightly update site as defined here: https://github.com/spring-projects/sts4/blob/master/eclipse-distribution/pom.xml#L81 +