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

Update m2e to use m2e snapshot #2390

Merged
merged 1 commit into from
Jan 10, 2023
Merged

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Jan 5, 2023

Fixes redhat-developer/vscode-java#2857

Steps to reproduce:

  • create a simple project via https://start.spring.io, selecting Java 17, Maven, Spring Boot 2.7.6
  • import it in VS Code
  • remove the target folder
  • right click pom.xml, select Reloads Projects
  • check if target/classes/application.properties exists

The issue can be reproduced in Eclipse with the latest m2e release but can't be reproduced with the latest m2e snapshot
A related issue: eclipse-m2e/m2e-core#1150

Signed-off-by: Snjezana Peco snjezana.peco@redhat.com

@snjeza
Copy link
Contributor Author

snjeza commented Jan 6, 2023

test this please

Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
Copy link
Contributor

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change fixes things for me. Feel free to merge. Just note that if 2.2.0 becomes very unstable, or breaks something, there's always 2.1.3 in https://download.eclipse.org/technology/m2e/snapshots/ (nvm, looks like 2.2.0 will be the next release).

@snjeza snjeza merged commit e3f60e8 into eclipse-jdtls:master Jan 10, 2023
@rgrunber rgrunber added this to the Mid January 2023 milestone Jan 16, 2023
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 this pull request may close these issues.

Classpath resources not copied after LS restart
2 participants