This morning I've spent some time downloading and experimenting with Artifactory, and have a few basic questions that I can't seem to find in the little helper tooltips as well as the official documentation.
- Where does Artifactory store local repositories? I created one and can see it, deploy artifacts to it, etc....but I don't see it anywhere on my file system?
- Is it possible for users to "export" a repository onto their local machines and have it replicated with the repo it exported from? (I'm trying to configure the notion of local vs hosted repositories for developers.)
- Artifactory has a list of standard remote repositories (e.g.
java.net.m1
). If I set up a local repo with the same layout, is it possible (perhaps via a virtual repo) to "merge"/import the remote repo into my own (so long as there are no conflicts)?
I normally don't aggregate multiple questions into the same, but these are so closely-related I'd rather batch them together instead of cluttering SO with multiple nearly-identical questions. Thanks in advance!