Reputation: 137084
I am currently using the JAXB-2 Maven plugin developed by Codehaus (jaxb2-maven-plugin
) to generate Java classes from an XSD.
The site mentions that the plugin is in version 2.0 (Last Published: 2015-02-09). However, I can not find this plugin on any Maven repo :
Where can I find it ?
Also, I tried using the previous version (1.6) but it seems that the configuration of the goal xjc
radically changed because the properties described in the documentation for version 2.0 do not exist in version 1.6.
This leads to a second question: where can I find the documentation for version 1.6 ?
Upvotes: 2
Views: 1839
Reputation: 3592
I'm waiting too. But It seem they has some problems with 2.0.
Lennart Jörelid, a project contributor said:
While the 2.0 version exists in the version control system, it is not publicly released. I am awaiting some feedback from the community in regards to the eclipse m2e integration and - based on feedback - will likely release a 2.1 instead of the 2.0 version for public consumption.
Upvotes: 3