-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
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
No schemas to compile. Skipping XJC execution. #250
Comments
The same issues for me. And even more: It works only if configuration is placed not in execution tag but in plugin tag. And even with only one execution configuration it doesn't work:
And this one work:
|
Same for me. The generation only works if the configuration is set in the plugin tag. |
Check #251 and (soon to be released) 0.15.2. I updated to newer JAXB 2.3.7 which has some wsdl fixes and reworked jaxb dependencies (esp w/ xjc) |
Thanks for your reply, I've checked my project with new version but nothing has changed for me. |
Has anyone found a way to fix it yet? Upgrading the version didn't work for me. UPD: Worked for me with 11 jdk version |
Thanks @HeavyS for your sample. We'll try to work on it if latest 2.0.2 version didn't do the job. |
Hi @HeavyS and everyone (@LegendaryZer0 / @titoc / @stessy). You can use the following (new) version since groupId / artifactId changed from v2.
I'm adding a test project (jt-250) in 2.0.3 to keep this issue under control |
Test has been added in 2.0.4 release |
I have A.wsdl in
${project.basedir}/src/main/resources/wsdl/message
and B.wsdl in my${project.basedir}/src/main/resources/wsdl/search
.But when I do jaxb2:generate, I get the below warning and no class files are generated in the generated-sources directory.
Here is my plugin configuration.
Any help is appreciated. I followed this documentation https://github.com/highsource/maven-jaxb2-plugin/wiki/Use-Separate-Target-Directories-for-Separate-Executions
The text was updated successfully, but these errors were encountered: