Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-alpha-2
-
None
Description
When I to browse or search an artifact with snapshots, I usually get an error when I try to go to the artifact info page. Looking at the logs, Archiva is complaining that the version (x.y.z-SNAPSHOT) does not match the pom file's version (x.y.z-timestamp-buildno).
Ideally, sequence for browse would be group->artifact->base version->snapshot version. In other words, I would first browse to the base version, under which would be listed all the snapshot versions. The pom snippet on the base version page would have <version>x.y.z-SNAPSHOT</version> and the pom snippet on the snapshot version page would have <version>x.y.z-timestamp-buildno</version>. I think this would be a lot more clear than how it currently works - mixing base versions and snapshot versions on the same page.
Attachments
Issue Links
- relates to
-
MRM-426 Search does not work for snapshots because of different version values in index and database when the snapshot version is unique
- Closed