Merge r1025065 TUSCANY-3762: Move maven-antrun-plugin to install phase

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1035076 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tools/eclipse/pom.xml b/tools/eclipse/pom.xml
index 3c07fa3..f5785b6 100644
--- a/tools/eclipse/pom.xml
+++ b/tools/eclipse/pom.xml
@@ -50,7 +50,8 @@
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>
-                        <phase>generate-resources</phase>
+                        <!-- TUSCANY-3762: attaching this to generate-resources would cause mvn eclipse:eclipse to run it -->
+                        <phase>install</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>