[UIMA-2560] Eclipse m2e complains about unmapped maven plugins 
https://issues.apache.org/jira/browse/UIMA-2560
* Use copy-dependencies to copy UIMA jars into plugin JAR, ignored on Eclipse builds.

git-svn-id: https://svn.apache.org/repos/asf/uima/uimaj/branches/UIMA-2560@1434747 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/uimaj-ep-runtime/pom.xml b/uimaj-ep-runtime/pom.xml
index 8a8e455..897d949 100644
--- a/uimaj-ep-runtime/pom.xml
+++ b/uimaj-ep-runtime/pom.xml
@@ -241,20 +241,18 @@
         </executions>

       </plugin>

       

-      <!-- 

       <plugin>

         <artifactId>maven-dependency-plugin</artifactId>

         <executions>

           <execution>

             <id>unpackDependentJars</id>

-            <goals><goal>unpack-dependencies</goal></goals>

+            <goals><goal>copy-dependencies</goal></goals>

             <configuration>

               <outputDirectory>${project.build.outputDirectory}</outputDirectory>

             </configuration>

           </execution>

         </executions>

       </plugin>      

-      -->

     </plugins>

   </build>

 </project>