Heinrich Nirschl wrote:
> On Tue, Apr 22, 2008 at 11:46 PM, I am Who i am
> <[EMAIL PROTECTED]> wrote:
>> Hi All,
>> 
>> 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 ... 
>> 
> 
> mvn help:describe -Dplugin=jar

Unfortunately this takes always the latest available version in your repo, but 
not the one you have configured in your POM. If you lock down the versions e.g. 
in a pluginManagement section you will have to check the output of

mvn help:effective-pom

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to