From b8df9b5f5554d5e715f1c21c106c68c22ecc59ed Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Fri, 21 Apr 2023 01:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=20maven=20=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E4=B8=BA=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1c4efe1..2544b51 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 xyz.zhouxy.plusone @@ -42,4 +42,47 @@ test + + + + + + maven-clean-plugin + 3.2.0 + + + maven-resources-plugin + 3.3.1 + + + maven-compiler-plugin + 3.11.0 + + + maven-surefire-plugin + 3.0.0 + + + maven-jar-plugin + 3.3.0 + + + maven-install-plugin + 3.1.1 + + + maven-deploy-plugin + 3.1.1 + + + maven-site-plugin + 4.0.0-M7 + + + maven-project-info-reports-plugin + 3.4.2 + + + +