Open drewctaylor opened 4 years ago
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. https://github.com/actions/toolkit/issues/184
Surely this could be supported with either a toJSON
/ fromJSON
or by taking a file parameter which contains the relevant content.
Gostaria de saber como funciona
This would be really helpful to have. @IvanZosimov you closed the duplicate https://github.com/actions/setup-java/issues/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
@roman-bicherschii You can use wildcards to access multiple repos
https://maven.pkg.github.com/MyOrg/*
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: