From b9581bd11e63248c548643e1a8dcb5114ae76189 Mon Sep 17 00:00:00 2001 From: KirillKurdyukov Date: Thu, 11 Jan 2024 12:33:46 +0300 Subject: [PATCH] Added javadoc and source plugins --- hibernate-dialect-v5/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ hibernate-dialect/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/hibernate-dialect-v5/pom.xml b/hibernate-dialect-v5/pom.xml index a51d399..f9d0c9e 100644 --- a/hibernate-dialect-v5/pom.xml +++ b/hibernate-dialect-v5/pom.xml @@ -110,6 +110,42 @@ + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + 17 + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + + + jdk8-bootstrap diff --git a/hibernate-dialect/pom.xml b/hibernate-dialect/pom.xml index 8ad34f0..dc061dd 100644 --- a/hibernate-dialect/pom.xml +++ b/hibernate-dialect/pom.xml @@ -112,6 +112,42 @@ + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + 17 + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + + + ossrh-s01