From 24327086224f364dec54192976e394fe6336dfba Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Wed, 1 Oct 2025 18:44:46 +0200 Subject: [PATCH] HBX-3139 Apply Hibernate javadoc theme --- pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) 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