Hi,

The Mojo team is pleased to announce the release of the JAXB-2 Maven
Plugin version 1.4.

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

To get this update, simply specify the version in your project's
plugin configuration:

<plugin>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>jaxb2-maven-plugin</artifactId>
      <version>1.4</version>
</plugin>

Release Notes

** Bug
    * [MJAXB-49] - Change the name of the plugin

** Improvement
    * [MJAXB-30] - Patch to add support for Ant-style wildcards to schemaFiles
    * [MJAXB-37] - Getters not being generated for Boolean fields
    * [MJAXB-39] - Document use of schemagen target
    * [MJAXB-48] - Make it possible to enable verbose from command line
    * [MJAXB-53] - add an "encoding" parameter and use
${project.build.sourceEncoding} as default value
    * [MJAXB-59] - SchemaGen should skip non-existent source directories
    * [MJAXB-60] - Improve m-compiler-p version lock-down in usage pages

** New Feature
    * [MJAXB-55] - Provide means to set the file name of generated XML schema

** Task
    * [MJAXB-50] - Document an example about having two (or more)
bindings with different config


Enjoy,

The Mojo team.

/Anders

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to