fix org.restlet.jse:org.restlet.lib.swagger-models maven artefact
cf this question: http://stackoverflow.com/questions/29557622/gradle-wont-resolve-dependency-maven-will.
It is hard to find clear recommendations about snapshot uniqueness.
Artifactory even recommends against deploying unique snapshots. (http://www.jfrog.com/confluence/display/RTF/Usage#Usage-Whydoyoustronglyrecommendagainstdeployinguniquesnapshots%3F).
It is really confusing. What I can tell is that Spring, for example (which uses Artifactory) depoys unique snapshots (see maven-metadata.xml file). Also, at my work we have a private maven repository (Nexus based) into which we deploy unique snapshots.
When deploying unique snapshots, one have to be cautious about cleanup, as snapshots can pile up. Having a task that keeps only "the ten latest snapshots" or something like that can be a good idea.
Thanks a lot for the explanation and documentation. In order to give more details: we don't own this artefact which is developed by Swagger, and is not, at this time hosted by any maven repository. This leads us to store it into our own maven repository. I wonder if we could add a new version of this artefact.
If it is just for this artifact, you can remove it, then redeploy it, but in a unique way
The swagger-models artefact is available from Maven central repository, version 1.5.3-M1