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:
parent
efe3a1df18
commit
a88471bf85
1 changed files with 1 additions and 14 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue