How can I add the Versions-Maven-Plugin to my Eclipse projects ??
I tried the Add Plugins
menu option but it doesn't seem to be able to find the plugin.
How can I add the Versions-Maven-Plugin to my Eclipse projects ??
I tried the Add Plugins
menu option but it doesn't seem to be able to find the plugin.
You have to add the versions maven plugin into the reporting part of your pom to create appropriate reports about dependency updates.
You can not install the versions-maven-plugin in Eclipse, cause the version-maven-plugin is a Maven plugin and not a Eclipse plugin. But not an bad idea.