I am using jsonschema2pojo-maven-plugin (0.4.19) to generate Java classes from JSON files.
I have 2 JSON files which have same field "xyz" with different attributes. So once I generate the "xyz" class from the 2nd JSON file, it replaces the first "xyz" class.
Is there any way to create 2nd class in a separate package, or is there any other way to avoid this issue?