|
|
|
@ -74,6 +74,28 @@ |
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-clean-plugin</artifactId> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<filesets> |
|
|
|
|
|
|
|
<!-- 清理最终存放静态资源的目录 --> |
|
|
|
|
|
|
|
<fileset> |
|
|
|
|
|
|
|
<directory>src/main/resources/static</directory> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>**/*</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</fileset> |
|
|
|
|
|
|
|
<!-- 清理Vue源码的构建目录 --> |
|
|
|
|
|
|
|
<fileset> |
|
|
|
|
|
|
|
<directory>src/main/webapp/dist</directory> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>**/*</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</fileset> |
|
|
|
|
|
|
|
</filesets> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
<artifactId>exec-maven-plugin</artifactId> |
|
|
|
<artifactId>exec-maven-plugin</artifactId> |
|
|
|
<executions> |
|
|
|
<executions> |
|
|
|
@ -131,28 +153,6 @@ |
|
|
|
</execution> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-clean-plugin</artifactId> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<filesets> |
|
|
|
|
|
|
|
<!-- 清理最终存放静态资源的目录 --> |
|
|
|
|
|
|
|
<fileset> |
|
|
|
|
|
|
|
<directory>src/main/resources/static</directory> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>**/*</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</fileset> |
|
|
|
|
|
|
|
<!-- 清理Vue源码的构建目录 --> |
|
|
|
|
|
|
|
<fileset> |
|
|
|
|
|
|
|
<directory>src/main/webapp/dist</directory> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>**/*</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</fileset> |
|
|
|
|
|
|
|
</filesets> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
|
|
|