From 110434ff60a14d2dfe8014459ffbea3ce7d6388b Mon Sep 17 00:00:00 2001
From: JohnPaulTaylorII
Date: Fri, 18 Mar 2022 16:54:53 -0400
Subject: [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
---
website/templates/setup/maven.html | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'website/templates/setup/maven.html')
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 @@
@s.section>
+
+ <@s.section title="Eclipse Compiler (ECJ/JDT)">
+
+ Check out the instructions on the ECJ page.
+
+ @s.section>
<@s.section title="Delomboking: The Lombok Maven Plugin">
--
cgit