Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
Jpress
Commits
ba50222a
Commit
ba50222a
authored
6 years ago
by
fuhai999@gmail.com
Browse files
Options
Download
Email Patches
Plain Diff
v1.0.2
parent
23852665
master
v3
v4.0
v4.2.1
v4.2.0
v4.1.5
v4.1.4
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.9
v4.0.8
v4.0.7
v4.0.6
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
v4.0.0-rc.2
v4.0.0-rc.1
v3.3.0
v3.2.5
v3.2.4
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.1
v3.1.0
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v3.0.0-rc.3
v3.0.0-rc.2
v3.0.0-beta.2
v3.0.0-beta.1
v3.0.0-alpha.2
v3.0.0-alpha.1
v3.0-rc.1
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0-rc.9
v2.0-rc.8
v2.0-rc.7
v2.0-rc.6
v2.0-rc.4
v2.0-rc.3
v2.0-rc.2
v2.0-rc.1
v1.0.5
v1.0.4
v1.0.3
v1.0.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
starter-tomcat/pom.xml
+5
-1
starter-tomcat/pom.xml
with
5 additions
and
1 deletion
+5
-1
starter-tomcat/pom.xml
+
5
-
1
View file @
ba50222a
...
...
@@ -142,10 +142,10 @@
<resources>
<resource>
<directory>
src/main/resources
</directory>
<filtering>
false
</filtering>
<includes>
<include>
**/*.*
</include>
</includes>
<filtering>
false
</filtering>
</resource>
</resources>
...
...
@@ -215,6 +215,10 @@
<configuration>
<attachClasses>
true
</attachClasses>
<packagingExcludes>
WEB-INF/web.xml
</packagingExcludes>
<packagingExcludes>
WEB-INF/classes/jboot.properties,
WEB-INF/classes/install.lock
</packagingExcludes>
</configuration>
</plugin>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help