diff options
author | JohnPaulTaylorII <johnpaultaylorii@gmail.com> | 2022-03-18 16:54:53 -0400 |
---|---|---|
committer | JohnPaulTaylorII <johnpaultaylorii@gmail.com> | 2022-03-18 17:10:08 -0400 |
commit | 110434ff60a14d2dfe8014459ffbea3ce7d6388b (patch) | |
tree | d85bea6c11a57ac44dfd3275e1cadcce78a66295 /website/templates/setup/maven.html | |
parent | e1b99751850bc47dd17e983b8f7255fd9b741aca (diff) | |
download | lombok-110434ff60a14d2dfe8014459ffbea3ce7d6388b.tar.gz lombok-110434ff60a14d2dfe8014459ffbea3ce7d6388b.tar.bz2 lombok-110434ff60a14d2dfe8014459ffbea3ce7d6388b.zip |
[fixes #3143] Maven+ECJ Agent Bootstrap
* Adds AgentBootstrap, the actual bootstrapping agent
* Adds MavenEcjBootstrapApp, the command line app for generating the
appropriate files
* Updates the build to package these correctly
* Updates the documentation for setup/ecj
Diffstat (limited to 'website/templates/setup/maven.html')
-rw-r--r-- | website/templates/setup/maven.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/website/templates/setup/maven.html b/website/templates/setup/maven.html index 0e28421f..f6c36822 100644 --- a/website/templates/setup/maven.html +++ b/website/templates/setup/maven.html @@ -37,6 +37,12 @@ </pre> </p> </@s.section> + + <@s.section title="Eclipse Compiler (ECJ/JDT)"> + <p> + Check out the instructions on <a href="/setup/ecj">the ECJ page</a>. + </p> + </@s.section> <@s.section title="Delomboking: The Lombok Maven Plugin"> <p> |