I have set up a local Artifactory installation. Apart from the pre-existing repos, I have created a few additional ones.
However, when trying to generate settings.xml
file, the drop down menus do not incorporate all existing repos.
Here is the list of existing repos:
And here are the only options available for say Releases
(same goes for all other options, e.g. Snapshots
, etc)
Why aren't other repos visible to these drop down menus?
UPDATE: I see now that when exporting maven settings, only virtual or remote repositories can be used. Why are local repositories excluded from this process?
(but are eligible as deploy targets in <distributionManagement>
elements?)