java ee - How to generate artifacts from WSDL and XSD using gradle? -
can post sample code generate artifacts wsdl , xsd using gradle? there in built plugins available? how can load custom binding files using gradle?
here's similar question has been answered: howto generate classes wsdl , xsd gradle, equivalent maven-jaxb2-plugin
a blog article: http://joerglenhard.wordpress.com/2012/01/10/xjc-and-schemagen-with-gradle/
you can specify bindings file binding: 'your-file-here'
Comments
Post a Comment