diff --git a/build-time-compiler-cli/pom.xml b/build-time-compiler-cli/pom.xml
index 96af13f04..0ac1c8f19 100644
--- a/build-time-compiler-cli/pom.xml
+++ b/build-time-compiler-cli/pom.xml
@@ -105,6 +105,7 @@
2.1.1
-Xmx1G
+ ${project.build.directory}/${project.build.finalName}.jar
chicory-compiler
true
diff --git a/build-time-compiler-cli/src/main/javadoc/README.md b/build-time-compiler-cli/src/main/javadoc/README.md
new file mode 100644
index 000000000..a530058ba
--- /dev/null
+++ b/build-time-compiler-cli/src/main/javadoc/README.md
@@ -0,0 +1,4 @@
+# Notice: Private API
+
+This module contains the private API. It is not intended for public use and it's classes
+are subject to change without notice.
\ No newline at end of file
diff --git a/cli/pom.xml b/cli/pom.xml
index 09ec2fc06..bad5a127c 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -90,6 +90,7 @@
2.1.1
-Xmx1G
+ ${project.build.directory}/${project.build.finalName}.jar
chicory
true
diff --git a/cli/src/main/javadoc/README.md b/cli/src/main/javadoc/README.md
new file mode 100644
index 000000000..a530058ba
--- /dev/null
+++ b/cli/src/main/javadoc/README.md
@@ -0,0 +1,4 @@
+# Notice: Private API
+
+This module contains the private API. It is not intended for public use and it's classes
+are subject to change without notice.
\ No newline at end of file
diff --git a/compiler-maven-plugin/src/main/javadoc/README.md b/compiler-maven-plugin/src/main/javadoc/README.md
new file mode 100644
index 000000000..a530058ba
--- /dev/null
+++ b/compiler-maven-plugin/src/main/javadoc/README.md
@@ -0,0 +1,4 @@
+# Notice: Private API
+
+This module contains the private API. It is not intended for public use and it's classes
+are subject to change without notice.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 2fab65182..dd2a02883 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@
3.1.4
3.4.2
3.11.2
+ 3.6.0
3.15.1
3.3.1
3.6.0
@@ -720,28 +721,6 @@
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- ${maven-javadoc-plugin.version}
-
- none
- 11
-
-
-
- attach-javadocs
-
- jar
-
-
- all,-missing
- ${maven.compiler.release}
-
-
-
-
-
org.apache.maven.plugins
maven-source-plugin
@@ -770,6 +749,90 @@
+
+
+ package-javadoc-readme
+
+
+ ${project.basedir}/src/main/javadoc/README.md
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ ${maven-jar-plugin.version}
+
+
+ package-javadoc-readme
+
+ jar
+
+ package
+
+ javadoc
+ ${project.basedir}/src/main/javadoc
+
+ **/*
+
+
+
+ true
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${maven-javadoc-plugin.version}
+
+ true
+
+
+
+
+
+
+ package-standard-javadocs
+
+
+ ${project.basedir}/src/main/javadoc/README.md
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${maven-javadoc-plugin.version}
+
+
+ all,-missing
+ 11
+ ${maven.compiler.release}
+
+ **/internal/**
+
+
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+
+
dev