1

Is there any way to do analysis of 3rd party java library jars.

There huge set of jars being used by application of obsolete version but stable. Is there any way to find out report which shows what are my repository version is and what is market latest jars...

I just don't want to keep version as latest and product stability is a very important factor. Going through each and every jar and do research is really cumbersome.

Is there any better method ?

4

1 回答 1

3

您可以使用版本插件

mvn versions:display-dependency-updates

这将扫描项目的依赖关系并生成具有更新版本可用的依赖关系的报告。

于 2013-07-30T18:44:21.583 回答