How to update maven repository in eclipse?
Posted
by Stephane Grenier
on Stack Overflow
See other posts from Stack Overflow
or by Stephane Grenier
Published on 2010-03-31T19:24:03Z
Indexed on
2010/04/01
1:43 UTC
Read the original article
Hit count: 464
Assuming you're already using the m2eclipse plugin, what can you do it doesn't update the dependencies to the latest in your repo.
For example, on the command line you can just add the -U flag as in:
mvn clean install -U
to force the dependencies to be updated. Is there something like this within eclipse since it doesn't always seem to pick up the latest updates.
© Stack Overflow or respective owner