aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-06-13 23:50:39 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-06-13 23:50:39 +0200
commit47f58c922cd8aa7ee6fa25d84cdf3ed35fe67ecf (patch)
tree51acca20fd019dbf4c9a9f8849c1ce5f45c0e742 /website
parentac8aae9b42fd6d337b24c9773da35b633e5cbed9 (diff)
downloadlombok-47f58c922cd8aa7ee6fa25d84cdf3ed35fe67ecf.tar.gz
lombok-47f58c922cd8aa7ee6fa25d84cdf3ed35fe67ecf.tar.bz2
lombok-47f58c922cd8aa7ee6fa25d84cdf3ed35fe67ecf.zip
mentioned Anthony Whitford's delombok maven plugin on delombok feature page.
Diffstat (limited to 'website')
-rw-r--r--website/features/delombok.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/website/features/delombok.html b/website/features/delombok.html
index 054516c8..c1ad2a7f 100644
--- a/website/features/delombok.html
+++ b/website/features/delombok.html
@@ -48,8 +48,7 @@
<br />
Instead of a <code>from</code> attribute, you can also nest <code>&lt;fileset&gt;</code> nodes.
<h3>Running delombok in maven</h3>
- We don't have a maven plugin for delombok (yet). You'll have to make do with either making maven running an ant script, or letting maven execute
- delombok directly as an application. If you'd like to contribute a plugin, do get in touch with us!
+ Anthony Whitford has written a <a href="https://github.com/awhitford/lombok.maven">maven plugin</a> for delomboking your source code.
<h3>Limitations</h3>
Delombok tries to preserve your code as much as it can, but comments may move around a little bit, especially comments that are in the middle of
a syntax node. For example, any comments appearing in the middle of a list of method modifiers, such as <code>public /*comment*/ static ...</code> will