-
Notifications
You must be signed in to change notification settings - Fork 742
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
Add support for multiple servers. #85
Add support for multiple servers. #85
Comments
what is the current state of this issue? |
Same question here. Is this feature on the roadmap? It would be really useful. |
Hello everyone. Unfortunately it's not possible to implement right now, because GitHub does not support multiple parameters for arguments. actions/toolkit#184 |
Surely this could be supported with either a |
Gostaria de saber como funciona |
This would be really helpful to have. @IvanZosimov you closed the duplicate #427, can you provide an update or ping who can push this forward? |
I run into the same issue :-( ! Would be really neat to either
|
Currently, as I understand it, the user may specify only one server, as follows:
Which produces the following xml in the settings.xml file:
However, it would be useful to be able to specify more than one server. For example, this yaml:
Might produce the following xml in the settings.xml file:
While it would be valuable in general to be able to specify more than one server, it should be especially valuable in the context of Github, as it seems for now, in order to reference multiple packages from maven.pkg.github.com, the user must reference each package's repository in their pom.xml.
If the above configuration were possible, a user could then reference the artifacts at
value-of-server-id-1
andvalue-of-server-id-2
in their pom.xml as follows:The text was updated successfully, but these errors were encountered: