summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-21 20:51:22 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-21 20:51:22 +0000
commita88471bf854ab9e297d4e17c3a9558e5a274e051 (patch)
tree11ded7c352d75356016098216a3bb1b27f8a69ee /branches
parentefe3a1df18047632e1c957a76f197c2672349224 (diff)
Adjust pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706766 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-equinox/modules/thirdparty-library/pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/branches/sca-equinox/modules/thirdparty-library/pom.xml b/branches/sca-equinox/modules/thirdparty-library/pom.xml
index 61269c9a53..b4650a9dff 100644
--- a/branches/sca-equinox/modules/thirdparty-library/pom.xml
+++ b/branches/sca-equinox/modules/thirdparty-library/pom.xml
@@ -48,7 +48,6 @@
<profile>
<id>eclipse</id>
<build>
- <defaultGoal>process-resources</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
@@ -71,7 +70,7 @@
<executions>
<execution>
<id>assemble-thirdparty-bundle</id>
- <phase>generate-resources</phase>
+ <phase>process-resources</phase>
<goals>
<goal>assemble-thirdparty-bundle</goal>
</goals>
@@ -90,18 +89,6 @@
</executions>
</plugin>
- <plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <executions>
- <execution>
- <id>generate-eclipse-metadata</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>eclipse</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</profile>