I want to split my RCP build into two parts. Part 1) contains the GIS plugin which is huge ~400Mb of data and rarely needs to be built.
Part 2) contains the RCP application which would depend upon the GIS plugin. Ideally I would like Part 1) to also contain a feature that described the plugins that make up the GIS feature set. But the maven-eclipse-plugin currently doesn't support features (only plugins). I can work around this by creating the feature in Part 2) and reference the plugins built in Part 1) as they will get installed into the Internal Maven repository. Has anyone else found they needed to do something like what I am doing? It feels like I should also be adding the features to the eclipse:make-artifacts and getting eclipse:install-plugins (or eclipse:install-features) to do the work. Any thoughts? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]