|
|
@ -61,12 +61,6 @@ |
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<layout>ZIP</layout> |
|
|
|
<includes> |
|
|
|
<include> |
|
|
|
<groupId>nothing</groupId> |
|
|
|
<artifactId>nothing</artifactId> |
|
|
|
</include> |
|
|
|
</includes> |
|
|
|
</configuration> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
@ -93,7 +87,7 @@ |
|
|
|
<!-- 输出目录为 lib 文件夹 --> |
|
|
|
<outputDirectory>${project.build.directory}/lib</outputDirectory> |
|
|
|
<!-- 只复制运行时依赖 --> |
|
|
|
<!-- <scope>runtime</scope>--> |
|
|
|
<scope>runtime</scope> |
|
|
|
<!-- 不覆盖现有的文件 --> |
|
|
|
<overWriteReleases>false</overWriteReleases> |
|
|
|
<overWriteSnapshots>false</overWriteSnapshots> |
|
|
|