summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml
index 1b1a894616..43713ef4b4 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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>