Reputation: 1340
I see that JibX uses a default binding.xml and it contains a package attribute in tag. Is there a way to override this value? Specifically, can we customize this in jibx-maven-plugin?
Thanks, Gopal
Upvotes: 0
Views: 162
Reputation: 496
Gopal,
Absolutely! You can name the binding file anything you like. Just set the <includeSchemaBindings> tag to any binding file name that you are using. For the full customization list, take a look at the documentation here:
Here: http://jibx.sourceforge.net/maven-jibx-plugin/index.html.
Don
Upvotes: 1