We are DSCM and building different branches, forks or pull requests and now I am trying to migrate to a model where we publish the binaries in an Artifact Repository (like Nexus, Artifactory or Archiva)
This has nothing to do with Java as my binaries but it seems that the only well grown generic enough solutions are those listed above.
The biggest requirement is that I want to be able to get the artefact based on the changeset from the repository.
The problem is that I discovered that artefacts are identified only by their product and version and that the version formatting has some very strict rules.
How can I do this? Does anyone solved this problem already?