diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-12 22:44:13 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-12 22:44:13 +0000 |
commit | 5b9bb6b9c063b33185e550d950f41e95ddb6b9a5 (patch) | |
tree | a2fafeec5d745a634f9e74740544ba78c21e4821 | |
parent | efd9786287ea358c3269654d46e8075bf06f2d8e (diff) |
Adjusted POM to changes to bundle plugin. Added invocation of new bundle plugin goal to fix the PDE .classpath entries.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703893 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | branches/sca-equinox/modules/thirdparty-library/pom.xml | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/branches/sca-equinox/modules/thirdparty-library/pom.xml b/branches/sca-equinox/modules/thirdparty-library/pom.xml index db55bd3093..7866acd05e 100644 --- a/branches/sca-equinox/modules/thirdparty-library/pom.xml +++ b/branches/sca-equinox/modules/thirdparty-library/pom.xml @@ -57,16 +57,25 @@ <plugin> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-maven-bundle-plugin</artifactId> - <configuration> - <copyJars>true</copyJars> - </configuration> <executions> <execution> - <id>build-manifest</id> + <id>assemble-thirdparty-bundle</id> <goals> - <goal>build</goal> + <goal>assemble-thirdparty-bundle</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-maven-bundle-plugin</artifactId> + <executions> + <execution> + <id>fixup-pde-classpath</id> + <goals> + <goal>fixup-pde-classpath</goal> </goals> - <phase>process-classes</phase> </execution> </executions> </plugin> |