Feature Request: show full file name as version when using maven repositories

Currently it only shows -SNAPSHOT and never checks for new snapshot (even though default maven behaviour would be to check for newer version every time). Due to this:

  1. Reporting is worse as we don’t know exactly which snapshot was released
  2. It’s impossible to choose particular snapshot when making release
  3. It’s confusing people (look here for maven and snapshot issue)
  4. It forces to re-download package even if it was downloaded, when really what is expected is to download if new one is available

That is a big miss from our maven integration making it very hard to use in scenario where you want to follow SNAPSHOT and release convention.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.