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
25617095
Commit
25617095
authored
Sep 11, 2020
by
guwd
Browse files
打包更新
parent
31c8549a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom-bin.xml
View file @
25617095
...
...
@@ -54,12 +54,6 @@
<!--打包生产-->
<configuration>
<layout>
ZIP
</layout>
<includes>
<include>
<groupId>
non-exists
</groupId>
<artifactId>
non-exists
</artifactId>
</include>
</includes>
<fork>
true
</fork>
</configuration>
</plugin>
...
...
@@ -67,24 +61,7 @@
<!--
打包生产
-->
<plugin>
<artifactId>
maven-dependency-plugin
</artifactId>
<executions>
<execution>
<id>
copy-dependencies
</id>
<phase>
package
</phase>
<goals>
<goal>
copy-dependencies
</goal>
</goals>
<configuration>
<outputDirectory>
${project.build.directory}/lib
</outputDirectory>
<excludeTransitive>
false
</excludeTransitive>
<stripVersion>
false
</stripVersion>
<includeScope>
runtime
</includeScope>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
...
...
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