maven - How to check the latest version of the reporting plugin? -


i'm using mvn versions:display-plugin-updates check latest version of plugins. result following:-

[info]  [warning] following plugins not have version specified: [warning]   maven-clean-plugin .......................... (from super-pom) 2.5 [warning]   maven-compiler-plugin ........................................ 3.1 [warning]   maven-deploy-plugin ......................... (from super-pom) 2.7 [warning]   maven-install-plugin ........................ (from super-pom) 2.4 [warning]   maven-jar-plugin ............................................. 2.4 [warning]   maven-jarsigner-plugin ....................................... 1.2 [warning]   maven-resources-plugin ....................................... 2.6 [warning]   maven-surefire-plugin ..................................... 2.14.1 [info]  

regarding result above, seems reporting plugin has not been checked. i'm not sure if i'm doing wrong or limitation version plugin.

could please advise further?

from issue tracker seems plugin should that: http://jira.codehaus.org/browse/mversions-83

you may try execute plugin using qualified name instead of partial 1 (there hint on here: http://jira.codehaus.org/browse/mversions-69)


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -