You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Problem I wanted to parse multiple schemas where there were common element (and therefore class names) between them. the generation prefixes the classes with underscores which will be difficult to understand where the classes are intended to be used.
The Solution I added an "includeSubdirectories" option in the maven pluging and the Mojo simply checks and subdirectories of the specified sourceDirectory for schemas (and adds the folder name to the package for easy identification of the class).
The text was updated successfully, but these errors were encountered:
Originally raised by @matallen:
The Problem
I wanted to parse multiple schemas where there were common element (and therefore class names) between them. the generation prefixes the classes with underscores which will be difficult to understand where the classes are intended to be used.
The Solution
I added an "includeSubdirectories" option in the maven pluging and the Mojo simply checks and subdirectories of the specified sourceDirectory for schemas (and adds the folder name to the package for easy identification of the class).
The text was updated successfully, but these errors were encountered: