Commit 9541f43c authored by ms group dev's avatar ms group dev

排除包

parent 28be7d8a
......@@ -90,7 +90,15 @@
</plugins>
<resources>
<resource>
<!-- 注释部分打包过滤,如果springboot项目 maven-jar-plugin插件排除无效 -->
<!-- <filtering>true</filtering> -->
<directory>src/main/webapp</directory>
<!-- <excludes>
<exclude>static/**</exclude>
<exclude>html/**</exclude>
<exclude>upload/**</exclude>
<exclude>templets/**</exclude>
</excludes> -->
</resource>
<resource>
<directory>src/main/resources</directory>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment