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.
If I go and create eclipse:install-features, I'm wondering how that would actually work. The features would need to be exploded when they are installed into an eclipse target, which isn't a big deal. What I am not sure of yet is whether there are name space clashes for plugins vs features. I'm fairly sure there are no name space clashes as that would make it impossible to have the feature and the plugin open in eclipse at the same time. However, should the maven repository artifacts use a different classifier, say "feature"? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]