diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-14 21:41:26 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-14 21:41:26 +0000 |
commit | e5792b53c007f596b6c6a372d49123b467d1db8b (patch) | |
tree | d7a2ff356254db1666f862f91a7ace1f3d8c108b /sca-java-1.x/trunk/tools/eclipse | |
parent | fd73129351c15dc30e78504d1504073a45c24ca2 (diff) |
Merge r1025065 TUSCANY-3762: Move maven-antrun-plugin to install phase
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035076 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tools/eclipse')
-rw-r--r-- | sca-java-1.x/trunk/tools/eclipse/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tools/eclipse/pom.xml b/sca-java-1.x/trunk/tools/eclipse/pom.xml index 3c07fa3086..f5785b6bde 100644 --- a/sca-java-1.x/trunk/tools/eclipse/pom.xml +++ b/sca-java-1.x/trunk/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> |