guwd 5 лет назад
Родитель
Сommit
256170950e
1 измененных файлов с 1 добавлено и 24 удалено
  1. 1 24
      pom-bin.xml

+ 1 - 24
pom-bin.xml

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