feat: 打包逻辑调整.

This commit is contained in:
2025-09-17 10:36:38 +08:00
parent fc7e4c28ac
commit bce4c70cc2
3 changed files with 31 additions and 1 deletions

12
pom.xml
View File

@@ -108,6 +108,18 @@
<include name="logback.xml"/>
</fileset>
</copy>
<copy todir="${project.build.directory}/output" flatten="true">
<fileset dir="">
<include name="README.md"/>
</fileset>
</copy>
<copy todir="${project.build.directory}/output" flatten="true">
<fileset dir="">
<include name="LICENSE"/>
</fileset>
</copy>
</target>
</configuration>
</execution>