Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get notified of updates to public maven repositories for new plugins?

Tags:

Are there any tools which will notifiy you automatically of any new plugin additions from public maven repositories (e.g. Apache | Codehaus | JBoss | Sourceforge maven repository ...)

like image 366
Sam Avatar asked Jun 14 '10 05:06

Sam


People also ask

How do I force Maven to download dependencies from remote repository?

Force maven to fetch dependencies from the remote repository while building the project. We can use -U/--update-snapshots flag when building a maven project to force maven to download dependencies from the remote repository.

What is version and updates in Maven repository?

It tells you whether there's an updated version of a particular dependency available and if so what the latest version is. If there's a check mark it means the library in question already uses the latest version of dependency X.

How do I update my m2 repository?

You can right-click on your project then Maven > Update Project..., then select Force Update of Snapshots/Releases checkbox then click OK.


1 Answers

There is now an excellent site: https://www.artifact-listener.org/

like image 135
Willem Salembier Avatar answered Oct 09 '22 10:10

Willem Salembier