diff --git a/README.md b/README.md
index 32851b9..026cd3a 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,8 @@ controller.showInFrame(p, frame, true);
controller.showInHand(p, true);
```
+More information can be found on the [JavaDoc](https://sbdplugins.nl/javadoc/mapreflectionapi/).
+
## Credits:
This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to 1.19 and uses
diff --git a/pom.xml b/pom.xml
index 0ad424c..c3e68c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,7 @@
UTF-8
+ ${project.build.directory}/javadoc-delombok
@@ -107,6 +108,38 @@
true
+
+ org.projectlombok
+ lombok-maven-plugin
+ 1.18.20.0
+
+ ${project.basedir}/src/main/java
+ ${maven.lombok.delombok-target}
+ false
+
+
+
+ generate-sources
+
+ delombok
+
+
+
+
+
+
+ maven-javadoc-plugin
+ 3.4.0
+
+ 11
+ ${maven.lombok.delombok-target}
+
+ **/tech/sbdevelopment/mapreflectionapi/*.java
+ **/tech/sbdevelopment/mapreflectionapi/utils/*.java
+ **/tech/sbdevelopment/mapreflectionapi/listeners/*.java
+
+
+