Closed
Description
Hi,
I am creating a Spring Boot Java application that calls a private Python library. This private Python library is hosted in a private PyPI repository. How can I configure the GraalPy Maven plugin to use this private PyPI repository?
Currently, I believe that adding libraries inside <configuration><packages><package>
fetches them from the public Python Package Index (PyPI), which is the official repository of open-source Python packages maintained by the Python Software Foundation. I want to know how to set it up so it fetches packages from my private PyPI repository instead.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels