I am writing to seek assistance with an issue I am experiencing while using the GitHub action "qcastel/github-actions-maven-release" to build my project. I have noticed that the action replaces my settings.xml file from the .m2 folder and uses its own settings file. This is causing issues with my build process as the required configuration for my private Maven repository in CodeArtifact is shows missing and it download from central repo.
I would appreciate it if you could provide me with some guidance on how to configure the action to use my own settings.xml file that contains the configuration for my private Maven repository in CodeArtifact.
I am writing to seek assistance with an issue I am experiencing while using the GitHub action "qcastel/github-actions-maven-release" to build my project. I have noticed that the action replaces my settings.xml file from the .m2 folder and uses its own settings file. This is causing issues with my build process as the required configuration for my private Maven repository in CodeArtifact is shows missing and it download from central repo.
I would appreciate it if you could provide me with some guidance on how to configure the action to use my own settings.xml file that contains the configuration for my private Maven repository in CodeArtifact.