|
|
|
Started to work on this, and deployed a first draft version.
Draft docs available at: http://docs.codehaus.org/display/XDOCLET/Maven2+plugin please comment Here's a patch (maven-xdoclet-patch.txt) to optionally add the output directory to the compileSourceRoot. It looks in the configuration for the plugin for a "destdir" param, else uses the default output directory.
The patch also includes a fix to report xdoclet2 plugin exceptions properly, before the patch Maven2/Plexus was wrapping the exceptions in a Plexus-specific exception, which hid the root cause. I am also attaching a parent POM for xdoclet-plugins, and a example POM that can be used as a template for all the xdoclet2 plugins. To use: The jelly-dependencies should all be set to 1.0
The current versions doesn't work properly for the HibernateConfigPlugin see I tried with 1.0 for all jelly-deps, and that solved the problem Espen Hmm, this can actually be closed.
The plugin works pretty well for basic stuff. Improvements needed for
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Could you please provide a sample of how to configure your plugin, I'm pretty much lost