From 7f8e15762d4f3428d38579f702e65a4a302b1dac Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
Date: Fri, 28 Aug 2020 00:15:43 +0200
Subject: [website] [#397] [#2371] added docs for installing in eclipse via p2
---
website/templates/setup/eclipse.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
(limited to 'website/templates')
diff --git a/website/templates/setup/eclipse.html b/website/templates/setup/eclipse.html
index 85304c83..d9621501 100644
--- a/website/templates/setup/eclipse.html
+++ b/website/templates/setup/eclipse.html
@@ -23,4 +23,16 @@
@s.introduction>
+ <@s.section title="Via eclipse plugin installer">
+ WARNING: This plugin installer is currently unsigned, and we have given up on figuring out how to fix that; if team eclipse or somebody else can help us out, we're all ears!
+
+ You can install lombok directly from within eclipse, and in that way, you can also include lombok as part of your team eclipse deployment configuration. To do this, use
+ update site https://projectlombok.org/p2
:
+
+ 
+
+
+
+
+ @s.section>
@s.scaffold>
--
cgit