2018.2: Maven Projects Tool Window & window title bar
Answered
Hi there,
Since updating to IJ 2018.2, i no longer can see the Plugins & Dependencies subnodes. Only the Lifecycle subnode is present.
Also there used to be IJ version number in the window title bar, now there is just "Intellij IDEA (Administrator)" showing. I know this is kind of minor stuff, but it used to be handy.
Any workaround of fix coming for these?
Thanks in advance
Please sign in to leave a comment.
Try re-reimporting Maven project via File | new | Project from Existing Sources and point to main pom.xml
>Also there used to be IJ version number in the window title bar, now there is just "Intellij IDEA (Administrator)" showing. I know this is kind of minor stuff, but it used to be handy.
Add
option into Help | Edit Custom VM Options... and restart IDE.
Thanks for the quick reply!
Clicking the button to synchronize all Maven projects with the IntelliJ IDEA project did the trick actually.
And thanks to your tip for the version number, it worked!
No more problems :)