From 2b701510bc23f6e71c0ae9e4ca1f8a6bd45559ae Mon Sep 17 00:00:00 2001 From: carm Date: Thu, 7 Oct 2021 22:37:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9B=B4=E5=A4=9Amaven?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 195 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 118 insertions(+), 77 deletions(-) diff --git a/pom.xml b/pom.xml index 53e16b8..892f249 100644 --- a/pom.xml +++ b/pom.xml @@ -5,9 +5,42 @@ 4.0.0 cc.carm.plugin - UserPrefix + userprefix 2.1.2 + 用户前缀系统 + 轻便、高效、实时的用户前缀系统。 + https://github.com/CarmJos/UserPrefix + + + GitHub Issues + https://github.com/CarmJos/UserPrefix/issues + + + + GitHub Actions + https://github.com/CarmJos/UserPrefix/actions/workflows/maven.yml + + + + + CarmJos + Carm Jos + carm@carm.cc + + Main Developer + + https://work.carm.cc + + + + + + GNU General Public License v3.0 + https://opensource.org/licenses/GPL-3.0 + + + 8 8 @@ -46,6 +79,12 @@ maven-central https://repo1.maven.org/maven2/ + + + github + GitHub Packages + https://maven.pkg.github.com/CarmJos/UserPrefix + @@ -56,6 +95,7 @@ + @@ -89,6 +129,83 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + javadoc + + https://javadoc.io/doc/org.jetbrains/annotations/ + + true + UTF-8 + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + UTF-8 + -parameters + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + package + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.3 + + + package + + shade + + + false + + + + + + + *:* + + META-INF/MANIFEST.MF + META-INF/*.txt + + + + + org.apache.maven.plugins maven-surefire-plugin @@ -98,82 +215,6 @@ - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.2.0 - - javadoc - - https://javadoc.io/doc/org.jetbrains/annotations/ - - true - UTF-8 - - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 1.8 - 1.8 - UTF-8 - -parameters - - - - org.apache.maven.plugins - maven-jar-plugin - 3.2.0 - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.3 - - - package - - shade - - - false - - - - - - - *:* - - META-INF/MANIFEST.MF - META-INF/*.txt - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.1 - - false - - - - src/main/resources