Maven developers:

I have just completed a couple projects to add Ruby support for Maven 2,
allowing one to write mojos in Ruby as well as generate mojo descriptors
based upon RDoc markup. But I have run into a hurdle. I currently am making
the plugin:descriptor run my RubyExtractor by adding the
maven-plugin-tools-ruby project to the maven-plugin-plugin dependency list.
I figured when running the descriptor goal on the plugin project, it
populates the mojoDescriptorExtractors with those injected by Plexus, which
naturally must exist in the classpath space (I believe I am correct here).

So my question is: is there another way I am missing in which to add my
RubyExtractor to the plugin "descriptor" which does not include modifying
the maven-plugin-plugin project in any way?

Thanks!
Eric

Reply via email to