1
0
mirror of synced 2026-05-22 14:43:15 +00:00

chore: 完善 pom.xml 信息

This commit is contained in:
click33
2026-03-08 20:08:24 +08:00
parent 79245edb5b
commit f4a7ef6e00
2 changed files with 50 additions and 1 deletions
+19 -1
View File
@@ -59,7 +59,7 @@
<!-- 作者信息 -->
<developers>
<developer>
<name>shengzhang</name>
<name>click33</name>
<email>2393584716@qq.com</email>
</developer>
</developers>
@@ -91,6 +91,24 @@
<build>
<plugins>
<!-- Source -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.4.0</version>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- 源码编译 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>