Who doesnโt know them. The good old JFace dialogs in Eclipse that give you a visual representation of what is really a rather simple XML or properties file. In the case of m2e, it looks like this:
๐ m2e-default
Unfortunately, this screen is a bit slow to load, and it doesnโt offer much value beyond checking version numbers and some other stuff that youโll never change again. If youโre deep into using Maven, youโll put plugins all over the place, and there is no way to visually manage the plugins in this screen. There canโt be, because plugins may contain โschemalessโ XML, for which it would be impossible to design a non-XML editor.
So, most Eclipse/Maven/m2e users will immediately jump to the pom.xml representation, i.e. the tab on the far right, to edit the XML sources of their pom.xml files.
Luckily, you can change your workspace settings and make opening the XML tab the default for your pom.xml files:
A setting, which I believe should be the default in new installations of Eclipse, anyway. If you agree with this, show this issue some love: https://bugs.eclipse.org/bugs/show_bug.cgi?id=465882
| Reference: | Use This Preference to Speed up Your Eclipse m2e Configuration from our JCG partner Lukas Eder at the JAVA, SQL, AND JOOQ blog. |
Thank you!
We will contact you soon.

This site uses Akismet to reduce spam. Learn how your comment data is processed.
good. thank you.