From 612ebf8b8458f2988139e5cb618513212c9d4c0f Mon Sep 17 00:00:00 2001 From: Alexandr Gorshenin Date: Tue, 13 Feb 2024 12:55:43 +0000 Subject: [PATCH] Add sources and javadoc to publish --- jooq-dialect/pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/jooq-dialect/pom.xml b/jooq-dialect/pom.xml index b037422..c88f724 100644 --- a/jooq-dialect/pom.xml +++ b/jooq-dialect/pom.xml @@ -53,6 +53,40 @@ + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + 11 + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + + ossrh-s01