From 78055e58767331ca5a7b3cd6ce17dc5ebdc43a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=B0=B8=E6=98=A5?= Date: Sun, 7 Dec 2025 15:02:20 +0800 Subject: [PATCH] Sonatype config --- pom.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 64 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1b4a02b..876a62a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,13 +3,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - day.gitlab + com.jiangyc mybatis-flex-spring-boot4-starter - 0.0.1-SNAPSHOT + 1.11.4 mybatis-flex-spring-boot4-starter mybatis-flex-spring-boot4-starter https://mybatis-flex.com + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + Michael Yang @@ -124,12 +130,68 @@ org.apache.maven.plugins maven-compiler-plugin + 3.14.1 ${java.version} ${java.version} UTF-8 + + org.apache.maven.plugins + maven-source-plugin + 3.4.0 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.12.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.8 + + + sign-artifacts + verify + + sign + + + + + ${env.GPG_KEYNAME} + ${env.GPG_PASSPHRASE} + + + + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 + true + + central + true + true + +