feat:取消
This commit is contained in:
parent
2ba0e48256
commit
101de5e6e6
66
pom.xml
66
pom.xml
|
@ -159,39 +159,39 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- 不需要分开打包的就将下面的插件全部注释-->
|
<!-- 不需要分开打包的就将下面的插件全部注释-->
|
||||||
<plugin>
|
<!-- <plugin>-->
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<!-- <artifactId>maven-dependency-plugin</artifactId>-->
|
||||||
<executions>
|
<!-- <executions>-->
|
||||||
<execution>
|
<!-- <execution>-->
|
||||||
<id>copy-dependencies</id>
|
<!-- <id>copy-dependencies</id>-->
|
||||||
<phase>prepare-package</phase>
|
<!-- <phase>prepare-package</phase>-->
|
||||||
<goals>
|
<!-- <goals>-->
|
||||||
<goal>copy-dependencies</goal>
|
<!-- <goal>copy-dependencies</goal>-->
|
||||||
</goals>
|
<!-- </goals>-->
|
||||||
<configuration>
|
<!-- <configuration>-->
|
||||||
<!-- 拷贝项目依赖包到lib/目录下 -->
|
<!-- <!– 拷贝项目依赖包到lib/目录下 –>-->
|
||||||
<outputDirectory>${project.build.directory}/lib</outputDirectory>
|
<!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
|
||||||
<overWriteReleases>false</overWriteReleases>
|
<!-- <overWriteReleases>false</overWriteReleases>-->
|
||||||
<overWriteSnapshots>false</overWriteSnapshots>
|
<!-- <overWriteSnapshots>false</overWriteSnapshots>-->
|
||||||
<overWriteIfNewer>true</overWriteIfNewer>
|
<!-- <overWriteIfNewer>true</overWriteIfNewer>-->
|
||||||
</configuration>
|
<!-- </configuration>-->
|
||||||
</execution>
|
<!-- </execution>-->
|
||||||
</executions>
|
<!-- </executions>-->
|
||||||
</plugin>
|
<!-- </plugin>-->
|
||||||
<plugin>
|
<!-- <plugin>-->
|
||||||
<groupId>org.springframework.boot</groupId>
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
||||||
<configuration>
|
<!-- <configuration>-->
|
||||||
<layout>ZIP</layout>
|
<!-- <layout>ZIP</layout>-->
|
||||||
<includes>
|
<!-- <includes>-->
|
||||||
<include>
|
<!-- <include>-->
|
||||||
<groupId>nothing</groupId>
|
<!-- <groupId>nothing</groupId>-->
|
||||||
<artifactId>nothing</artifactId>
|
<!-- <artifactId>nothing</artifactId>-->
|
||||||
</include>
|
<!-- </include>-->
|
||||||
</includes>
|
<!-- </includes>-->
|
||||||
</configuration>
|
<!-- </configuration>-->
|
||||||
</plugin>
|
<!-- </plugin>-->
|
||||||
|
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue