Maven check for updated dependencies in repository.

Posted by Felix Roethenbacher on Stack Overflow See other posts from Stack Overflow or by Felix Roethenbacher
Published on 2010-04-21T23:23:24Z Indexed on 2010/04/21 23:33 UTC
Read the original article Hit count: 170

Filed under:
|
|

Is there a Maven plugin that allows you to check if there are newer versions of dependencies available in the repository?

Say, you are using dependency X with version 1.2. Now a new version of X is released with version 1.3. I'd like to know, based on the dependencies used in my project, which dependencies have newer versions available.

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about dependency