From f6650319be37f90552b74641bc89d34b8af41e94 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya Date: Thu, 11 Jun 2026 14:38:40 +0900 Subject: [PATCH] build: attach sources and javadoc jars to release builds --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index fe58ff52..f87105b4 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,18 @@ UTF-8 + + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + maven-javadoc-plugin 3.12.0 @@ -61,6 +73,14 @@ UTF-8 17 + + + attach-javadocs + + jar + + + maven-jar-plugin