aboutsummaryrefslogtreecommitdiff
path: root/website/templates/setup/eclipse.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/setup/eclipse.html')
-rw-r--r--website/templates/setup/eclipse.html12
1 files changed, 12 insertions, 0 deletions
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 @@
<img src="/img/eclipse-about.png" />
</p>
</@s.introduction>
+ <@s.section title="Via eclipse plugin installer">
+ <em>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!</em>
+ <p>
+ 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 <code>https://projectlombok.org/p2</code>:<br />
+ <br />
+ <img width="448" height="431" src="/img/eclipse-p2-step1.png" /><br />
+ <br />
+ <br />
+ <img width="626" height="216" src="/img/eclipse-p2-step2.png" />
+ </p>
+ </@s.section>
</@s.scaffold>