AdobeDocs / experience-manager-cloud-manager.en

This is the repository for Adobe Experience Manager Cloud Manager documentation. Your contributions to the documentation are welcome.
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-manager/content/introduction
Other
12 stars 31 forks source link

Password-Protected Maven Repository Support does not give details about allowed server ids #25

Closed kwin closed 4 years ago

kwin commented 4 years ago

Issue in help/using/create-an-application-project.md It just states

When the Cloud Manager build process starts, the element in this file will be merged into the default settings.xml file provided by Cloud Manager

It is crucial to know which server ids are already taken by the default settings.xml and whether certain ids are processed via a mirror.

justinedelson commented 4 years ago

Agreed -- I created #26 to add some language about "reserved" server ids.

@kwin I don't fully understand what you mean about mirrors and how it is related. Are you looking for some language that says that we will never define a mirror for * but only:

? But I'm guessing that this is really the concern -- you want some guarantee that Cloud Manager will never try to mirror a custom repository (myco-repository in the example).

kwin commented 4 years ago

you want some guarantee that Cloud Manager will never try to mirror a custom repository (myco-repository in the example)

Exactly, thanks for the prompt PR.

justinedelson commented 4 years ago

OK. Created https://github.com/AdobeDocs/experience-manager-cloud-manager.en/pull/27 for the mirror language.

bohnertchris commented 4 years ago

Great collaboration on this. Thanks for the PR, @justinedelson. Since that seemed to solve the issue, I am closing this.