Adjust pom.xml

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2008-10-21 20:51:22 +00:00
parent efe3a1df18
commit a88471bf85

View file

@ -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>