Hi Robert,

> you also need to use Plexus Component Annotations[1], resulting in:

@org.codehaus.plexus.component.annotations.Component(
role=WindowsExecutableExtension, hint="default")
public class DefaultWindowsExecutableExtensions implements
WindowsExecutableExtension

I already had the above....


Just like Maven Plugin annotations you need to generate the descriptor[2]
Most of the time plugins and components are separated, but it's possible
to use them both in the plugin.

You should recognize the usage ;)

The second part with plexus-component-metadata was the thing I missed ;-(

Thanks for that hint which enlighten me....

Kind regards
Karl-Heinz Marbaise


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to