فهرست منبع

Removing unneeded plugin

Sam Jaffe 8 سال پیش
والد
کامیت
5efe6472cf
1فایلهای تغییر یافته به همراه0 افزوده شده و 19 حذف شده
  1. 0 19
      pom.xml

+ 0 - 19
pom.xml

@@ -71,25 +71,6 @@
           <addOutputDirectory>false</addOutputDirectory>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.5.1</version>
-        <executions>
-          <execution>
-            <id>copy-dependencies</id>
-            <phase>package</phase>
-            <goals>
-              <goal>copy-dependencies</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>
-                ${project.build.directory}/dependency-jars/
-              </outputDirectory>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>