The Mojo team is pleased to announce the release of the XDoclet Maven Plugin, version 1.0.

This plugin is used to generate sources from XDoclet tags in the project source files. See the plugin's site for more details:

   http://mojo.codehaus.org/xdoclet-maven-plugin/

To use the updated plugin in your projects, you need to add the following snippet to the plugins or plugin management section of your POM:

   <plugin>
     <groupId>org.codehaus.mojo</groupId>
     <artifactId>xdoclet-maven-plugin</artifactId>
     <version>1.0</version>
     <executions>
       ...
     </executions>
   </plugin>

Please note that this plugin uses XDoclet 1.x. Users interested in the newer XDoclet 2.x might want to have a look at http://xdoclet.codehaus.org/ instead.


Release Notes - Maven 2.x XDoclet Plugin - Version 1.0

** Bug
* [MOJO-223] - xdoclet maven plugin: Ambiguous subtask definition exception * [MOJO-357] - XDoclet plugin always adds 'generatedSourcesDirectory' to project compile sources even if this dir is not created * [MOJO-797] - maven-xdoclet-plugin creates faulty classpath using m2-eclipse/maven-embedder w/latest classworlds
    * [MOJO-833] - Missing dependency to Ant

** Improvement
    * [MOJO-250] - maven xdoclet documentation contains some errors


Enjoy,

-The Mojo team

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

   http://xircles.codehaus.org/manage_email


Reply via email to