Hi All, Lets say i have pom files, without version number on it, for e.g i'm using the default jar plugin, so i didn't mention the configuration for jar plugin in my plugin section of pom
in that case if i want to check what version jar plugin is being downloaded is there a mvn command i can run to find out the version or i need to drill down all the way to my localRepository like groupId/artifactId ...
