0

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
  • 15,903
  • 9
  • 69
  • 93
Porcupine
  • 4,392
  • 2
  • 13
  • 23
  • 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
  • 1
    @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