You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Anders Hammar <an...@hammar.net> on 2012/08/30 16:24:47 UTC

[ANN] JAXB-2 Maven Plugin 1.5 Released

Hi,

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

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.5</version>
</plugin>

Release Notes

** Bug
    * [MJAXB-62] - Discrepancy between version of JAXB impl in usage
page and what the plugin uses
    * [MJAXB-64] - NullPointerExcepion in transforming schema when you
set both @XmlType and XmlRootElement
    * [MJAXB-66] - The documentation of schemagen's outputDirectory
param is wrong
    * [MJAXB-73] - IT xjc-test fails with JDK 1.5

** Improvement
    * [MJAXB-63] - Incorrect since tag for new parameter transformSchemas
    * [MJAXB-65] - Improve documentation for the xjc target param
    * [MJAXB-67] - Schemagen's includes param should be marked as required
    * [MJAXB-68] - Add debug info of what JAXB impl version used
    * [MJAXB-69] - Upgrade the plexus-compiler-api dependency
    * [MJAXB-70] - Deprecate the readOnly option
    * [MJAXB-71] - Ensure no exception when a source directory does not exist
    * [MJAXB-72] - Upgrade the plexus-utils dependency

** New Feature
    * [MJAXB-54] - Make plugin m2e compatible


Enjoy,

The Mojo team.

/Anders

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