The Mojo team is pleased to announce the release of the JAXB 2.1 Plugin, 
version 1.3.


 

This plugin is able to create the object graph from XSDs or DTDs based on the 
JAXB 2.1 implementation.

With this release it's also possible create a schemafile for sources.

 

See the plugin's site for more details:

http://mojo.codehaus.org/jaxb2-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>jaxb2-maven-plugin</artifactId>
<version>1.3</version>
<executions>
...
</executions>
</plugin>


 

 

Release Notes - Maven 2.x JAXB 2.1 Plugin - Version 1.3 
Bug 

[MJAXB-2] - cowardly refuses to write to a non-existent directory exception 
when there are many executions of the plugin 
[MJAXB-17] - Filter out directories when collecting schema and binding files 
[MJAXB-28] - Plugin site shows incorrect issue tracking URL 
Improvement 

[MJAXB-13] - add generated date to staleFile 
[MJAXB-14] - Support generation from DTDs 
[MJAXB-15] - jaxb2-maven-plugin: support for URLs 
[MJAXB-16] - Update dependencies to JAXB 2.1.11 
[MJAXB-18] - Use Plexus FileUtils.copyURLToFile(URL, File) instead of 
hand-written code 
[MJAXB-19] - Use StringBuilder instead of StringBuffer to avoid unnecessary 
synchronization 
[MJAXB-21] - Show system ID in error output if public ID is unavailable 
New Feature 

[MJAXB-11] - Add schemagen goal 
 

 

Enjoy,
 
-The Mojo team
                                          
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Reply via email to