> i am trying to create a maven plugin that makes use of another plugin > (archetype). The latter seems to heavily use plexus components.
For all intents, you cannot use another plugin directly. But most plugins have extracted the useful bits into components which you CAN use. It might be simplest to just copy the archetype plugin source code, rename the groupId and artifactId (etc) in the pom, and use that as a base for your own plugin. What exactly are you trying to do in your plugin? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
