diff options
Diffstat (limited to '')
-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> |