|
|
@@ -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>
|