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
1c828129
Commit
1c828129
authored
Sep 12, 2020
by
guwd
Browse files
打包更新
parent
e361a67b
Changes
1
Hide whitespace changes
Inline
Side-by-side
assembly-upgrade.xml
deleted
100644 → 0
View file @
e361a67b
<assembly
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd"
>
<id>
upgrade
</id>
<includeBaseDirectory>
false
</includeBaseDirectory>
<formats>
<format>
zip
</format>
</formats>
<fileSets>
<fileSet>
<directory>
target${file.separator}classes
</directory>
<outputDirectory>
${file.separator}
</outputDirectory>
<includes>
<include>
**/upgrade/**
</include>
</includes>
<excludes>
<exclude>
**/upgrade/*.java
</exclude>
</excludes>
</fileSet>
</fileSets>
</assembly>
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