-
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
Eclipse won't stop building workspace #149
Comments
Please send me a PR with a sample project in https://github.com/highsource/maven-jaxb2-plugin-support under |
I've sent the PR with the project, but there's something specific on it that causes the problem. Newer projects with the same POM structure doesn't loop in Eclipse. However, i've not been able to trace it. |
Thank you for the PR. There are two parts of the problem. One is why
To work around this, create a local copy of the WSDL and use a catalog file to rewrite URLs. I explicitly do not recommend building online resources. It breaks reproducible builds. Next problem is why Eclipse keeps rebuilding. I honestly don't know. Probably Eclipse detects that new files were generated (i.e. that something is changed in sources) and rebuilds the whole project. Who knows. |
Ok, thanks for the feedback! |
I have the same problem and i want to keep the generation from the url. Thanks |
I configured Jaxb2 Plugin as follows in a project, and now Eclipse is in loop, always rebuilding the project over and over. Am I doing anything wrong? This seemed like a common way to generate resources from WSDL.
The text was updated successfully, but these errors were encountered: