From e55a7abb4be1fdd26a55f5341b492e9a58d2f0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Fri, 8 Mar 2024 21:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5=EF=BC=8Cfeat?= =?UTF-8?q?=EF=BC=9Amaven=20ddd=20=E8=84=9A=E6=89=8B=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scaffold-std/pom.xml | 206 ++++++++++++++++++++++++++++++++----------- 1 file changed, 154 insertions(+), 52 deletions(-) diff --git a/scaffold-std/pom.xml b/scaffold-std/pom.xml index c56def5..505d994 100644 --- a/scaffold-std/pom.xml +++ b/scaffold-std/pom.xml @@ -1,54 +1,156 @@ - - 4.0.0 - - cn.bugstack - scaffold-std - 1.9 - maven-archetype - - xfg-frame-archetype-std - - - - - org.apache.maven.archetype - archetype-packaging - 3.2.0 - - - - - - - maven-archetype-plugin - 3.2.0 - - - - - - Parent pom providing dependency and plugin management for applications built with Maven - - https://spring.io/projects/spring-boot/xfg-frame-archetype-std - - - - xiaofuge - 184172133@qq.com - fuzhengwei - https://github.com/fuzhengwei - - - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - - - - - https://github.com/spring-projects/spring-boot/xfg-frame-archetype-std - + + 4.0.0 + + io.github.fuzhengwei + ddd-scaffold-std + 1.0 + maven-archetype + + ddd-scaffold-std + + + 1.8 + 3.2.0 + 3.2.1 + 1.6 + 1.10 + + + + + + org.apache.maven.archetype + archetype-packaging + 3.2.0 + + + + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + ${maven-checksum-plugin.version} + + + create-checksums + + artifacts + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + UTF-8 + true + UTF-8 + UTF-8 + + + + attach-javadocs + + jar + + + -Xdoclint:none + + /Library/Java/JavaVirtualMachines/jdk1.8.0_341.jdk/Contents/Home/bin/javadoc + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + + + + + + + release + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.3.1 + + + attach-javadocs + + jar + + + + + + + + + + ddd scaffold std by xiaofuge + + https://spring.io/projects/spring-boot/xfg-frame-archetype-std + + + + xiaofuge + 184172133@qq.com + fuzhengwei + https://github.com/fuzhengwei + + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + https://github.com/spring-projects/spring-boot/xfg-frame-archetype-std + -- GitLab