Hi all, I have an existing eclipse RCP application, and I am trying to retrofit a maven build to the existing projects. The last step is to build the application using the pde-maven-plugin, but I cannot figure out how this might work.
According to the docs at http://mojo.codehaus.org/pde-maven-plugin/usage.html, the packaging of a plugin/feature/application is of type "zip". When you run mvn eclipse:eclipse to build the eclipse .project and .classpath files, you find that the transitive dependency list is ignored. Because the packaging type is "zip", all the java specific handling stops working. As a result, the plugin refuses to build, as all its maven dependencies are missing. Can anyone explain how dependencies are handled by pde-maven-plugin? Regards, Graham -- --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
