docs(plan): 修正 pom.xml 中 includeScope=runtime(fix excludeScope 错误)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user