Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
9541f43c
Commit
9541f43c
authored
Aug 27, 2019
by
ms group dev
Browse files
排除包
parent
28be7d8a
Changes
1
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
9541f43c
...
@@ -90,7 +90,15 @@
...
@@ -90,7 +90,15 @@
</plugins>
</plugins>
<resources>
<resources>
<resource>
<resource>
<!-- 注释部分打包过滤,如果springboot项目 maven-jar-plugin插件排除无效 -->
<!-- <filtering>true</filtering> -->
<directory>
src/main/webapp
</directory>
<directory>
src/main/webapp
</directory>
<!-- <excludes>
<exclude>static/**</exclude>
<exclude>html/**</exclude>
<exclude>upload/**</exclude>
<exclude>templets/**</exclude>
</excludes> -->
</resource>
</resource>
<resource>
<resource>
<directory>
src/main/resources
</directory>
<directory>
src/main/resources
</directory>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment