tags:

views:

28

answers:

1

How can I use maven to determine if there are updates to any of the third party jars that the project uses without actually modifying the project?

+5  A: 

I think that versions:display-dependency-updates is what you're looking for.

Pascal Thivent