appsody / stacks

Appsody application stacks. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
89 stars 121 forks source link

java-openliberty: Add a settings.xml for customization of maven repos for stack built for use in airgap env #856

Closed bconey closed 3 years ago

bconey commented 4 years ago

Please consider providing a default settings.xml file as part of the java-openliberty stack along with changes as appropriate in other places in the stack to utilize the settings.

In recent testing in an "air gapped" environment that included it's own maven repo (which did require userid/password to access), in order to successfully use the stack, it was necessary to create a settings.xml file which indicated the repo was a mirror and also included the credentials for it and also modifications had to be made in appropriate places within the stack to ensure the settings would be read and utilized.

bconey commented 3 years ago

Recent update to the java-openliberty stack includes a new mvn-stack-settings.xml file. Closing this issue.