Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to increament maven version having parent repo in AWS CodeArttifact. #52

Open
SahityaGupta opened this issue Mar 23, 2023 · 2 comments

Comments

@SahityaGupta
Copy link

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.

@qcastel
Copy link
Owner

qcastel commented Mar 23, 2023

Hello @SahityaGupta ,

It is currently not possible to replace the settings.xml.

Although the github action supports private maven repos. Perhaps you could setup the action accordingly as a workdaround? See https://github.com/qcastel/github-actions-maven-release#setup-private-maven-server-repositories

@SahityaGupta
Copy link
Author

SahityaGupta commented Mar 23, 2023

Hello @qcastel,
I tried by given maven server but nothing works can you please provide something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants