1. Fixing MAVEN errors in eclipse?
Locate the {user}/.m2/repository (Using Juno /Win7 here)
In the Search field in upper right of window, type "*.lastupdated". Windows will look through all subfolders for these files in the directory. (I did not look through cache.)
Remove them by Right-click > Delete (I kept all of the lastupdated.properties).
Then go back into Eclipse, Right-click on the project and select Maven > Update Project. I selected to "Force Update of Snapshots/Releases". Click Ok and the dependencies finally resolved correctly.
Locate the {user}/.m2/repository (Using Juno /Win7 here)
In the Search field in upper right of window, type "*.lastupdated". Windows will look through all subfolders for these files in the directory. (I did not look through cache.)
Remove them by Right-click > Delete (I kept all of the lastupdated.properties).
Then go back into Eclipse, Right-click on the project and select Maven > Update Project. I selected to "Force Update of Snapshots/Releases". Click Ok and the dependencies finally resolved correctly.
No comments:
Post a Comment