summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-11-14 21:01:55 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-11-14 21:01:55 +0000
commitd5b404e467d625ee347fcb617f2af0e286dc3f37 (patch)
treebf75d94a2cdb5503ebcc0dfba24265b64f6236a8 /sca-java-1.x
parent23e8b27b3e02ef754a9293c8f5cdbf1ba762cc72 (diff)
TUSCANY-3762: Move maven-antrun-plugin to install phase
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-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>