Commit 25617095 authored by guwd's avatar guwd

打包更新

parent 31c8549a
...@@ -54,12 +54,6 @@ ...@@ -54,12 +54,6 @@
<!--打包生产--> <!--打包生产-->
<configuration> <configuration>
<layout>ZIP</layout> <layout>ZIP</layout>
<includes>
<include>
<groupId>non-exists</groupId>
<artifactId>non-exists</artifactId>
</include>
</includes>
<fork>true</fork> <fork>true</fork>
</configuration> </configuration>
</plugin> </plugin>
...@@ -67,24 +61,7 @@ ...@@ -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> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
......
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