How do you clear Apache Maven's cache? - Stack Overflow
Have you checked/changed the updatePolicy settings for your repositories in your settings.xml
.
This element specifies how often updates should attempt to occur. Maven will compare the local POM's timestamp (stored in a repository's maven-metadata file) to the remote. The choices are: always, daily (default), interval:X (where X is an integer in minutes) or never.
Read full article from How do you clear Apache Maven's cache? - Stack Overflow
No comments:
Post a Comment