diff options
-rw-r--r-- | branches/sca-equinox/modules/thirdparty-library/pom.xml | 15 |
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> |