In the past, Artifactory had a set of pre-defined local respositories, as described here: https://www.jfrog.com/confluence/display/RTF3X/Local+Repositories
- libs-release-local
- libs-snapshot-local
- ext-release-local
- ext-snapshot-local
- plugins-release-local
- plugins-snapshot-local
Now, it seems that JFrog is recommending a new naming convention for Artifactory: https://jfrog.com/whitepaper/best-practices-structuring-naming-artifactory-repositories/
They now recommend the scheme
<team>-<tech>-<matury>-<locator>
Does this mean that these repositories should now be called something like
- myteam-mvn-release-local
etc.?
When did Artifactory make this change, and why?