Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
KnowledgePlanet
road-map
xfg-frame-archetype-lite
提交
ae6593fa
xfg-frame-archetype-lite
项目概览
KnowledgePlanet
/
road-map
/
xfg-frame-archetype-lite
通知
1731
Star
86
Fork
101
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
xfg-frame-archetype-lite
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
ae6593fa
编写于
5月 20, 2025
作者:
小傅哥
⛹
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat:发包配置 jdk17 v1.3
上级
88e864b7
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
181 addition
and
14 deletion
+181
-14
scaffold-lite/README.md
scaffold-lite/README.md
+2
-2
scaffold-lite/pom.xml
scaffold-lite/pom.xml
+179
-12
未找到文件。
scaffold-lite/README.md
浏览文件 @
ae6593fa
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
### 1. 生成
### 1. 生成
```
shell
```
shell
md5 ddd-scaffold-lite-jdk17-1.
0.pom
>
ddd-scaffold-lite-jdk17-1.0
.pom.md5
md5 ddd-scaffold-lite-jdk17-1.
1.pom
>
ddd-scaffold-lite-jdk17-1.1
.pom.md5
shasum ddd-scaffold-lite-jdk17-1.
0.pom
>
ddd-scaffold-lite-jdk17-1.0
.pom.sha1
shasum ddd-scaffold-lite-jdk17-1.
1.pom
>
ddd-scaffold-lite-jdk17-1.1
.pom.sha1
```
```
```
shell
```
shell
...
...
scaffold-lite/pom.xml
浏览文件 @
ae6593fa
...
@@ -5,14 +5,21 @@
...
@@ -5,14 +5,21 @@
<groupId>
io.github.fuzhengwei
</groupId>
<groupId>
io.github.fuzhengwei
</groupId>
<artifactId>
ddd-scaffold-lite-jdk17
</artifactId>
<artifactId>
ddd-scaffold-lite-jdk17
</artifactId>
<version>
1.
0
</version>
<version>
1.
3
</version>
<packaging>
maven-archetype
</packaging
>
<!-- <packaging>maven-archetype</packaging>--
>
<!-- <packaging>jar</packaging>--
>
<packaging>
jar
</packaging
>
<name>
ddd-scaffold-lite-jdk17-v1.0
</name>
<name>
ddd-scaffold-lite-jdk17-v1.0
</name>
<url>
https://github.com/fuzhengwei/ddd-scaffold-lite
</url>
<url>
https://github.com/fuzhengwei/ddd-scaffold-lite
</url>
<description>
ddd scaffold lite ddd jdk 17 by xiaofuge
</description>
<description>
ddd scaffold lite ddd jdk 17 by xiaofuge
</description>
<scm>
<connection>
scm:git:https://github.com/spring-projects/spring-boot/xfg-frame-archetype.git
</connection>
<developerConnection>
scm:git:https://github.com/spring-projects/spring-boot/xfg-frame-archetype.git
</developerConnection>
<tag>
HEAD
</tag>
<url>
https://github.com/spring-projects/spring-boot/xfg-frame-archetype
</url>
</scm>
<licenses>
<licenses>
<license>
<license>
<name>
Apache
</name>
<name>
Apache
</name>
...
@@ -45,7 +52,7 @@
...
@@ -45,7 +52,7 @@
<maven-checksum-plugin.version>
1.10
</maven-checksum-plugin.version>
<maven-checksum-plugin.version>
1.10
</maven-checksum-plugin.version>
</properties>
</properties>
<build>
<
!--<
build>
<extensions>
<extensions>
<extension>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<groupId>org.apache.maven.archetype</groupId>
...
@@ -135,9 +142,9 @@
...
@@ -135,9 +142,9 @@
</plugins>
</plugins>
</build>
</build>
-->
<profiles>
<!--
<profiles>
<profile>
<profile>
<id>release</id>
<id>release</id>
<build>
<build>
...
@@ -145,12 +152,12 @@
...
@@ -145,12 +152,12 @@
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>
2.9.1
</version>
<!-- 使用最新版本 -->
<version>2.9.1</version>
<!– 使用最新版本 –>
<executions>
<executions>
<execution>
<execution>
<id>attach-javadocs</id>
<id>attach-javadocs</id>
<goals>
<goals>
<goal>
jar
</goal>
<!-- 绑定到 jar 目标 -->
<goal>jar</goal>
<!– 绑定到 jar 目标 –>
</goals>
</goals>
<configuration>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<additionalparam>-Xdoclint:none</additionalparam>
...
@@ -164,10 +171,170 @@
...
@@ -164,10 +171,170 @@
</plugins>
</plugins>
</build>
</build>
</profile>
</profile>
</profiles>
</profiles>
-->
<scm>
<url>
https://github.com/spring-projects/spring-boot/xfg-frame-archetype
</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
3.2.0
</version>
<configuration>
<encoding>
UTF-8
</encoding>
<resources>
<resource>
<directory>
src/main/resources
</directory>
<filtering>
false
</filtering>
</resource>
</resources>
</configuration>
</plugin>
<!-- central发布插件 -->
<plugin>
<groupId>
org.sonatype.central
</groupId>
<artifactId>
central-publishing-maven-plugin
</artifactId>
<version>
0.4.0
</version>
<extensions>
true
</extensions>
<configuration>
<publishingServerId>
ossrh
</publishingServerId>
<tokenAuth>
true
</tokenAuth>
<autoPublish>
true
</autoPublish>
<!-- <waitUntil>published</waitUntil>-->
</configuration>
</plugin>
<!-- source源码插件 -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2.2.1
</version>
<executions>
<execution>
<id>
attach-sources
</id>
<goals>
<goal>
jar-no-fork
</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- javadoc插件 -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.9.1
</version>
<configuration>
<charset>
UTF-8
</charset>
<encoding>
UTF-8
</encoding>
<docencoding>
UTF-8
</docencoding>
<additionalJOption>
-Xdoclint:none
</additionalJOption>
</configuration>
<executions>
<execution>
<id>
attach-javadocs
</id>
<phase>
package
</phase>
<goals>
<goal>
jar
</goal>
</goals>
<configuration>
<additionalparam>
-Xdoclint:none
</additionalparam>
<!-- /Library/Java/JavaVirtualMachines/jdk1.8.0_311.jdk/Contents/Home/bin/javadoc -->
<javadocExecutable>
${java.home}${file.separator}..${file.separator}bin${file.separator}javadoc
</javadocExecutable>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-shade-plugin
</artifactId>
<version>
3.2.4
</version>
<executions>
<execution>
<phase>
package
</phase>
<goals>
<goal>
shade
</goal>
</goals>
<configuration>
<filters>
<filter>
<artifact>
*:*
</artifact>
<excludes>
<exclude>
META-INF/*.SF
</exclude>
<exclude>
META-INF/*.DSA
</exclude>
<exclude>
META-INF/*.RSA
</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
<!--gpg加密-->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-gpg-plugin
</artifactId>
<version>
1.5
</version>
<configuration>
<!--指定用于签名的 GPG 密钥名称。-->
<keyname>
ossrh
</keyname>
</configuration>
<executions>
<execution>
<id>
sign-artifacts
</id>
<phase>
verify
</phase>
<goals>
<goal>
sign
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
net.nicoulaj.maven.plugins
</groupId>
<artifactId>
checksum-maven-plugin
</artifactId>
<version>
1.10
</version>
<executions>
<execution>
<id>
create-checksums
</id>
<goals>
<goal>
artifacts
</goal>
</goals>
<configuration>
<algorithms>
<algorithm>
MD5
</algorithm>
<algorithm>
SHA-1
</algorithm>
</algorithms>
<attachChecksums>
true
</attachChecksums>
</configuration>
</execution>
<execution>
<id>
create-pom-checksums
</id>
<goals>
<goal>
files
</goal>
</goals>
<configuration>
<fileSets>
<fileSet>
<directory>
${project.build.directory}
</directory>
<includes>
<include>
*.pom
</include>
</includes>
</fileSet>
</fileSets>
<algorithms>
<algorithm>
MD5
</algorithm>
<algorithm>
SHA-1
</algorithm>
</algorithms>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
</project>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录