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

Workspace resolution don't work anymore #946

Closed
jeffmaury opened this issue Sep 28, 2022 · 4 comments · Fixed by #956
Closed

Workspace resolution don't work anymore #946

jeffmaury opened this issue Sep 28, 2022 · 4 comments · Fixed by #956

Comments

@jeffmaury
Copy link
Contributor

Seems this is base on the workspacestate.properties file which is not generated anymore.

@mickaelistria
Copy link
Contributor

Can you please improve your report: used version, steps to reproduce, last known functioning versions...

@jeffmaury
Copy link
Contributor Author

@jeffmaury
Copy link
Contributor Author

Current analysis: seems WorkspaceStateWriter is not registered as a IMavenProjectChangedListener to the MavenProjectManager probably because it is just a declared component but nobody is using it so it is not being instantiated. Tried to set immediate=true but this does not fix.

jeffmaury added a commit to jeffmaury/m2e-core that referenced this issue Sep 30, 2022
Fixes the proper bindings between components to get WorkspaceStateWriter
registered as a IMavenProjectChangedListener

Fixes eclipse-m2e#946

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
@pado83
Copy link

pado83 commented Sep 30, 2022

Same problem, if I edit workspacestate.properties manually, it works.

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

Successfully merging a pull request may close this issue.

3 participants