Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. olivier.piron_7128
    O
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    olivier.piron_7128

    @olivier.piron_7128

    0
    Reputation
    1
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    olivier.piron_7128 Follow

    Best posts made by olivier.piron_7128

    This user hasn't posted anything yet.

    Latest posts made by olivier.piron_7128

    • Maven snapshot metadata not generated for versions like TRK.0-SNAPSHOT

      Hi all,

      I'm currently evaluating ProGet Free (Version 2026.5 Build 8) and migrating Maven repositories from Nexus using Feed Replication.

      I've encountered an issue with some SNAPSHOT versions whose version string does not start with a number.

      For example:

      4.2.0-SNAPSHOT → works correctly
      TRK.0-SNAPSHOT → problem

      The package is replicated successfully:

      the JAR is present and downloadable (HTTP 200),
      the POM is present,
      the artifact-level maven-metadata.xml is also available and contains:
      TRK.0-SNAPSHOT

      However, requesting the version-level snapshot metadata returns an error:

      GET /maven2/erisnapshots/ch/eri/olympic-core-table-artifacts/TRK.0-SNAPSHOT/maven-metadata.xml

      Response:

      Metadata file was not found.

      For comparison, the equivalent request for a numeric snapshot version works as expected:

      GET /maven2/erisnapshots/ch/eri/olycore/4.2.0-SNAPSHOT/maven-metadata.xml

      returns the expected snapshot metadata.

      I have also enabled the option to allow invalid versions, but it doesn't seem to affect this behavior.

      From my investigation:

      the package is indexed correctly;
      the version appears in the artifact-level maven-metadata.xml;
      the snapshot JAR can be downloaded successfully;
      only the version-level maven-metadata.xml cannot be retrieved.

      Has anyone experienced this issue?

      Is this a known limitation of the Maven feed, or is there a way to regenerate or expose the missing snapshot metadata for versions such as TRK.0-SNAPSHOT?

      Thanks in advance for any suggestions.

      posted in Support
      O
      olivier.piron_7128