I've created a Mojo that generates a Javadoc-like documentation set, and
my plugin does things similar to the javadoc plugin in that it archives
all of the docs into a jar file and attaches the artifact to the list.
In looking at the artifact code, however, it looks like it's trying to
find an artifact handler for my custom artifact type so it knows how to
work with it (specifically, I'm trying to dictate what the file
extension should be). How do I create and register an artifact handler
for my artifact type? I assuem that my plugin would take care of this
sort of thing?
..David..