We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our project has a lot of intertwined dependencies that all use XSDs from each other. We're currently migrating from https://github.com/highsource/jaxb-tools/ to this plugin as we need JAXB 3.0 compatibility. The old plugin had the possibility to use a catalog with rewriteSystem to a URI starting with 'maven:' which was handled by https://github.com/highsource/jaxb-tools/blob/master/plugin-core/src/main/java/org/jvnet/jaxb/maven/resolver/tools/MavenCatalogResolver.java A similiar possibility would be nice to avoid unpacking a lot of XSDs and adding them to the XJC source folder.
The text was updated successfully, but these errors were encountered:
@N4zroth Hi
We are currently working on jaxb3 jaxb4 jakarta support on initial repository.
This should come very soon but we have problems with catalog resolution with upgraded xjc and we try to solve it before jaxb2.
Could you test latest version of the plugins to see if it works well with your config (2.0.3 and 2.0.4 with bugfixes).
Regards
Sorry, something went wrong.
@N4zroth : jaxb-tools has been released with support of JAXB3 / JAXB4 😉
No branches or pull requests
Our project has a lot of intertwined dependencies that all use XSDs from each other. We're currently migrating from https://github.com/highsource/jaxb-tools/ to this plugin as we need JAXB 3.0 compatibility. The old plugin had the possibility to use a catalog with rewriteSystem to a URI starting with 'maven:' which was handled by https://github.com/highsource/jaxb-tools/blob/master/plugin-core/src/main/java/org/jvnet/jaxb/maven/resolver/tools/MavenCatalogResolver.java
A similiar possibility would be nice to avoid unpacking a lot of XSDs and adding them to the XJC source folder.
The text was updated successfully, but these errors were encountered: