Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show maven artifact version in eclipse Package Explorer

I am using eclipse helios and the m2eclipse plugin. I wonder if it is possible to configure the plugin (or eclipse) to show the maven artifact version beside the project folder in the package explorer (I too often have to open the pom.xml to check which version I am currently working on - especially on projects which I open seldom).

Other plugins add information next to the project folder (like e.g ClearCase the view name). Would be nice if this is also possible with eclipse/m2eclipse and the artifact version.

Any idea?

Thanks Klaus

like image 795
FrVaBe Avatar asked Feb 18 '11 08:02

FrVaBe


1 Answers

Window>Preferences>General>Appearance>Label Decorations>Maven Version Decorator

like image 187
ajlane Avatar answered Sep 19 '22 14:09

ajlane