In starting to build the RPM plugin, I was going to build an RPMArchiver plexus component, assuming that it might be useful for other uses.
1) Is there a problem having mojos and components in the same plugin? I was assuming that plexus would ignore the plugin.xml and mojo classes and that maven would ignore component.xml and the component classes. 2) How do I configure the plugin so that the plexus components are available? When I was looking at a lifecycle for RPM (about 2.0-beta-1) you had to specify <extension> in the <plugin> definition. The last time I looked at the project descriptor (it seems to be a broken link at present) there was a new section under <build> (IIRC) called <extensions> but I don't think that had configuration information in it. 3) I was putting the mojo classes in org.apache.maven.plugin.rpm and putting the plexus classes in org.codehaus.plexus.archiver.rpm. Is this reasonable or should I be using a different package for these items? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]