You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Unless I have misunderstood things, I think that this action assumes you add your repository to your pom.xml and just define the authentication part in the settings.xml. However, it is not such a good idea to add custom repository URLs in your Maven build file (See https://blog.sonatype.com/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/).
Describe the solution you'd like
I would like a way to have the action generate a settings.xml that has repository entries. Ideally, it would generate something like this:
Is your feature request related to a problem? Please describe.
Unless I have misunderstood things, I think that this action assumes you add your repository to your
pom.xml
and just define the authentication part in thesettings.xml
. However, it is not such a good idea to add custom repository URLs in your Maven build file (See https://blog.sonatype.com/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/).Describe the solution you'd like
I would like a way to have the action generate a
settings.xml
that has repository entries. Ideally, it would generate something like this:The text was updated successfully, but these errors were encountered: