diff --git a/pom.xml b/pom.xml
index ec4d22685..2623600f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,7 @@
9.2.1.jre8
1.9.24
2.0.17
+ 6.0.0.Final
3.9.11
@@ -359,6 +360,46 @@
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ unpack-asciidoctor-theme
+ generate-resources
+
+ unpack
+
+
+
+
+ org.hibernate.infra
+ hibernate-asciidoctor-theme
+ ${version.org.hibernate.infra.hibernate-asciidoctor-theme}
+ zip
+ true
+ ${project.build.directory}/
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+ ${project.build.directory}/hibernate-asciidoctor-theme/javadoc/jdk17/stylesheet.css
+
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
@@ -374,6 +415,14 @@
org.codehaus.mojo
flatten-maven-plugin
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
org.apache.maven.plugins
maven-enforcer-plugin