Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.9
-
None
-
None
Description
Setup:
Local maven repo contains lastupdated-metadata for non existing artifacts. This can happen if you have a typo in your dependency version number (e.g. 11.1 instead of 1.1.1) and execute install.
Then (later) enter LATEST as version for said artifact dependency and execute eclipse:eclipse.
Unexpected but observed behavior:
The .classpath will contain an entry for the non existing version (if there is no newer version).
Expected behavior:
The .classpath should contain the LATEST existing resolvable version of the artifact.