Publish Packages to Remote Repositories
In some cases, you might need to publish a package stored in a Space Packages repository to a remote repository, for example, Maven Central. For each local repository, you can specify a list of related remote repositories. After this, you can publish packages from the local repository to any of these remote repositories.
Container
Maven
NuGet
Navigate to the project which contains the required local repository.
On the project sidebar, choose Packages.
Find the required repository and click
Settings.
In the repository settings, open the Remote Repositories tab.
Add at least one remote repository by clicking New remote repository.
In the mirror properties, specify the URL of the remote repository and Authentication type.
Depending on the Authentication type, specify required authentication settings.
In the package menu, choose Publish to remote repository.
In the list, select a required mirror and click Publish.
Thanks for your feedback!