1

I have to update .classpath, .project and .settings for a Maven project in VS Code. I read that mvn eclipse:eclipse has been retired and I tried that but it doesn't gives me correct files.

How can I use M2E in VScode to regenerate these files? Or, how can I use M2E from the terminal (independent of IDE)?

Reference:

peterh
  • 18,404
  • 12
  • 87
  • 115
Porcupine
  • 5,885
  • 2
  • 19
  • 28
  • m2e is an Eclipse plug-in to integrate Maven with Eclipse. What has it got to do with VSCode or the terminal? – greg-449 Jul 21 '19 at 18:39
  • 2
    @greg-449 the headless version of m2e is being used in the RedHat Java extension for Vscode. It uses language server and can be used from any IDE or terminal. – Porcupine Jul 21 '19 at 19:24

0 Answers0