Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
is it possible to upload bulk of maven artifacts?
-
we created a local maven repository on proget, and we need to upload many maven artifacts to it.
i understand that it is not possible to use drop folder like in npm,pypi and nuget feeds, but is there another way to upload many artifacts at once?
-
Hi @zion-b_8257,
Currently, there is no simple way built into ProGet to bulk upload Maven artifacts to ProGet. The only thing I can suggest currently is to write a script that uses the Maven CLI to publish the artifacts to ProGet.
If these are from another Maven feed, you could create a connector in ProGet and use the Package Promotion API to pull and promote those packages to a feed. The Package Promotion API does require ProGet Basic or Enterprise though. It could also be possible to pull these packages to ProGet using the Native API, but I do not have an example of how to do that.
Thanks,
Rich
-
thanks for the help :)
i think i will write a script.