diff --git a/emily-spring-boot-parent/pom.xml b/emily-spring-boot-parent/pom.xml index d92e6311e..0f51ffdd2 100644 --- a/emily-spring-boot-parent/pom.xml +++ b/emily-spring-boot-parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.4.1 @@ -19,6 +19,13 @@ 17 17 + 1.6.0 + 1.7.0 + 3.2.4 + 3.10.1 + 3.13.0 + 3.5.2 + 3.3.1 @@ -32,4 +39,184 @@ + + + + Emily + mingyangsky@foxmail.com + 个人基础设施项目建设 + https://github.com/mingyang66/spring-parent + + + + + + + The Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + + + + + scm:git:https://github.com/mingyang66/spring-parent.git + scm:git:ssh://github.com:mingyang66/spring-parent.git + https://github.com/mingyang66/spring-parent + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + org.codehaus.mojo + flatten-maven-plugin + ${flatten-maven-plugin.version} + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + + + + + source + + true + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar-no-fork + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + true + + + + + + + javadoc + + true + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + false + + com.emily.cloud.test.*,com.emily.infrastructure.test.* + + + + + attach-javadocs + + jar + + + + + + + + + gpg + + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + + sign + + + + + + + + diff --git a/package.sh b/package.sh index ccbd3ff05..5b288d1b2 100755 --- a/package.sh +++ b/package.sh @@ -2,37 +2,37 @@ #echo '修改版本号' #./mvnw versions:commit #echo '提交修改' -./mvnw clean install -pl emily-project -am -./mvnw clean install -pl emily-dependencies -am -./mvnw clean install -pl emily-spring-boot-parent +./mvnw clean deploy -pl emily-project -am +./mvnw clean deploy -pl emily-dependencies -am +./mvnw clean deploy -pl emily-spring-boot-parent echo '#########emily-parent...' cd emily-project -../mvnw clean install -pl oceansky-json -../mvnw clean install -pl oceansky-logger -../mvnw clean install -pl oceansky-captcha -../mvnw clean install -pl oceansky-language -../mvnw clean install -pl oceansky-desensitize -../mvnw clean install -pl oceansky-jwt -../mvnw clean install -pl oceansky-date -../mvnw clean install -pl oceansky-common +../mvnw clean deploy -pl oceansky-json +../mvnw clean deploy -pl oceansky-logger +../mvnw clean deploy -pl oceansky-captcha +../mvnw clean deploy -pl oceansky-language +../mvnw clean deploy -pl oceansky-desensitize +../mvnw clean deploy -pl oceansky-jwt +../mvnw clean deploy -pl oceansky-date +../mvnw clean deploy -pl oceansky-common cd ../emily-spring-project -../mvnw clean install -pl otter-spring-resource -am -../mvnw clean install -pl otter-spring-servlet +../mvnw clean deploy -pl otter-spring-resource -am +../mvnw clean deploy -pl otter-spring-servlet cd ../emily-spring-boot-project # 独立 -../mvnw clean install -pl emily-spring-boot-aop -am -../mvnw clean install -pl emily-spring-boot-tracing -../mvnw clean install -pl emily-spring-boot-logger -../mvnw clean install -pl emily-spring-boot-redis -../mvnw clean install -pl emily-spring-boot-validation +../mvnw clean deploy -pl emily-spring-boot-aop -am +../mvnw clean deploy -pl emily-spring-boot-tracing +../mvnw clean deploy -pl emily-spring-boot-logger +../mvnw clean deploy -pl emily-spring-boot-redis +../mvnw clean deploy -pl emily-spring-boot-validation # 依赖其它 -../mvnw clean install -pl emily-spring-boot-datasource -../mvnw clean install -pl emily-spring-boot-rabbitmq -../mvnw clean install -pl emily-spring-boot-starter -../mvnw clean install -pl emily-spring-boot-transfer -../mvnw clean install -pl emily-spring-boot-web -../mvnw clean install -pl emily-spring-boot-rateLimiter -../mvnw clean install -pl emily-spring-boot-i18n -../mvnw clean install -pl emily-spring-boot-desensitize +../mvnw clean deploy -pl emily-spring-boot-datasource +../mvnw clean deploy -pl emily-spring-boot-rabbitmq +../mvnw clean deploy -pl emily-spring-boot-starter +../mvnw clean deploy -pl emily-spring-boot-transfer +../mvnw clean deploy -pl emily-spring-boot-web +../mvnw clean deploy -pl emily-spring-boot-rateLimiter +../mvnw clean deploy -pl emily-spring-boot-i18n +../mvnw clean deploy -pl emily-spring-boot-desensitize echo '#########打包完成...' \ No newline at end of file