docs(plan): 修正 pom.xml 中 includeScope=runtime(fix excludeScope 错误)

This commit is contained in:
wh
2026-04-09 19:47:40 +08:00
parent 5103dac16c
commit b8d9aec4ca

View File

@@ -272,7 +272,7 @@ git commit -m "feat(deploy): 添加 Assembly 描述符 distribution.xml"
<goals><goal>copy-dependencies</goal></goals>
<configuration>
<outputDirectory>${project.build.directory}/libs</outputDirectory>
<excludeScope>test</excludeScope>
<includeScope>runtime</includeScope>
</configuration>
</execution>
</executions>