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?
views:
28answers:
1
+5
A:
I think that versions:display-dependency-updates
is what you're looking for.
Pascal Thivent
2010-02-17 14:55:57