I know there is a way to request an endpoint and download the lastest Maven Snapshot from Artifactory because this JIRA Ticket says that JFrog people resolved it, but I can't find anywhere the exact syntax of the URL. (The URL in the ticket doesn't work)
Does anybody knows how to download the lastest Maven Snapshot for a given module via endpoint (not via script, only requesting the endpoint)?
I need to download de .tar.gz package.
<version>LATEST</version>
in your pom, and them runmvn dependency:get
to download it. Wouldn't it be useful for you? - Little Santi