- Plugin id changed fram 'jaxb' to 'com.github.jacobono.jaxb'
- Included in gradle plugin repo
- Backwards compatibility with java 1.6
- now available via bintray's jcenter
- Adding additional args to plugin DSL
- full groovy doc and detalied documention
- Major refactoring to use the gradle-xsd-wsdl-slurping common library I refactored the common logic and interfaces to.
- Major refactoring of classes to improve readability
- Adding Service delegate Objects
- Using Guice for Dependency Injection
- Complete code makeover
- package renaming to one with base
org.gradle.jacobo.plugins
- adding Test Fixtures to properly test the different edge cases of this plugin
- Tasks were renamed
- Added support for xsd projects to declare they depend on another xsd
project and have that project's
xjc
task run prior.