Re: [ANN] Mojo's JAXB-2 Maven Plugin 1.6 released

2014-03-13 Thread Michael Osipov

Am 2014-03-13 16:02, schrieb Anders Hammar:


is there actually a need for this plugin? The official Maven JAXB2 Plugin
does quite a good job. (At least for my JAX-WS stuff).



I haven't used the "official" JAXB2 plugin, but as far as I know it doesn't
include schemagen support. Also, the docs is far from good/complete in my
opinion.


The reason I am asking is that people on SO still do not know which 
options they have and which suits best: 
http://stackoverflow.com/questions/2432859/difference-of-maven-jaxb-plugins


Michael


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



Re: [ANN] Mojo's JAXB-2 Maven Plugin 1.6 released

2014-03-13 Thread Anders Hammar
>
> is there actually a need for this plugin? The official Maven JAXB2 Plugin
> does quite a good job. (At least for my JAX-WS stuff).
>

I haven't used the "official" JAXB2 plugin, but as far as I know it doesn't
include schemagen support. Also, the docs is far from good/complete in my
opinion.

But it always good with some competition/choices! :-)

/Anders

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


Re: [ANN] Mojo's JAXB-2 Maven Plugin 1.6 released

2014-03-12 Thread Michael Osipov

Am 2014-03-12 10:43, schrieb Anders Hammar:

Hi,

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



Hey Anders,

is there actually a need for this plugin? The official Maven JAXB2 
Plugin does quite a good job. (At least for my JAX-WS stuff).


Michael


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



[ANN] Mojo's JAXB-2 Maven Plugin 1.6 released

2014-03-12 Thread Anders Hammar
Hi,

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


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


Significant updates in this relase is the upgrade to JAXB 2.2 and support
for JDK 8. Please also note that the plugin now requires Maven 2.2.1+ and
Java 6+ for execution.


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



  org.codehaus.mojo

  jaxb2-maven-plugin

  1.6



Release Notes


** Bug

* [MJAXB-8] - When having multiple executions the jaxb plugin uses same
staleFile for both runs

* [MJAXB-79] - JAXB-2 Maven Plugin don't include the license file

* [MJAXB-80] - Schemagen has namespace prefix problem

* [MJAXB-83] - Provide support for JDK8


** Improvement

* [MJAXB-61] - Upgrade to JAXB 2.2

* [MJAXB-81] - transformSchema should also replace prefix in "type"
attribute

* [MJAXB-85] - Upgrade dependency to Java 6

* [MJAXB-86] - Upgrade requirement to Maven 2.2.1


** Task

* [MJAXB-45] - Add verify scripts for integration tests

* [MJAXB-84] - Convert to Mojo Java 5 annotations

* [MJAXB-88] - Random Unit test failure



Enjoy,

The Mojo team.

/Anders