From b2c3eae094b648f04416355b185a2dc24e34fbd6 Mon Sep 17 00:00:00 2001 From: xueye Date: Sat, 3 Jul 2021 04:04:46 +0800 Subject: [PATCH] =?UTF-8?q?deps:=20=E6=B7=BB=E5=8A=A0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index a3f278d..39ad7c8 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,27 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.0 + + true + UTF-8 + UTF-8 + UTF-8 + + + + attach-javadocs + package + + jar + + + + + @@ -128,6 +149,11 @@ maven-source-plugin + + org.apache.maven.plugins + maven-javadoc-plugin + +