-
Notifications
You must be signed in to change notification settings - Fork 210
Create or modify new project - maven update problem #703
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I had the same symptoms, "Updating Maven Project (75%)" , but triggered on random changes. I reverted the main Maven preferences to their defaults, and the issue is now gone: I suspect the "Automatically update Maven projects configuration (experimental)" setting, which I had enabled before (I don't remember why). |
@andrew00077 Can you double check whether you had the same preference checked and see if the above advice solves the issue on your end as well? |
@martinlippert I would like to report the steps to reproduce this issue.
This issue did not occur with Eclipse 2021-12 (STS plugin). I have not changed the Maven preferences (they are still the defaults). |
I can confirm that this occurs whenever Lombok is added through the Getting Started content. However, if you create a project without Lombok selected and then add the dependency and excludes to the POM after generation there appears to be no ill-effects. Additionally this occurs with or without Lombok's agent being added to Eclipse. |
I can report that I see the same behavior that @shadowcgray reports, I am running STS4 in Debian 11. Adding lombok manually on the POM file does not seem to trigger the issue. |
The issue is import job stuck here:
Looks like it is coming from Uninstalling "Maven Integration for Eclipse JDT APT" from Spring Tool Suite 4 Installation Details dialog solves the issue. I'd probably pass this on to Maven Integration for Eclipse JDT APT but i could try to dive deeper into this... (@martinlippert) |
It probably gets triggered because lombok is something that involves annotation / processing so the maven project probably looks to m2e-apt as 'something with annotation processing'. |
Fixed with 10c692d (together with @kdvolder) |
Hello,
when creating a new project with Spring Boot in STS, the system remains on status "Updating Maven Project (75%)" without any progress. It seems to be related to the update of the pom file. Steps to reproduce:
(ENV: STS: 4.12.1, OpenJDK 11, Windows 10)
What can be the reason?
Thanks!
The text was updated successfully, but these errors were encountered: