Author: rfeng
Date: Tue Oct 21 13:51:22 2008
New Revision: 706766
URL: http://svn.apache.org/viewvc?rev=706766&view=rev
Log:
Adjust pom.xml
Modified:
tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml
Modified: tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml?rev=706766&r1=706765&r2=706766&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/thirdparty-library/pom.xml Tue Oct 21
13:51:22 2008
@@ -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>