Skip to content
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

jaxws-maven-plugin doesn't make use of the maven toolchain #702

Open
andre-doherty opened this issue Jan 7, 2025 · 0 comments
Open

jaxws-maven-plugin doesn't make use of the maven toolchain #702

andre-doherty opened this issue Jan 7, 2025 · 0 comments

Comments

@andre-doherty
Copy link

hello,

The jaxws-maven-plugin is not making use of the maven toolchain configuration which leads to runtime issues when the generated bytecode / code is not matching the target jdk (eg using the wsgen goals).
As a matter of fact the old codehaus mojo had integrated the use the maven toolchain but this change was not reported in the sun plugin.
How to do this is described in the maven documentation :
https://cwiki.apache.org/confluence/display/MAVENOLD/Toolchains

I have implemented this in the following pull request :
#701

André

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant