JetBrains Space Help

Create a Maven Repository

  1. Navigate to the project where you want to create a repository.

  2. On the project sidebar, choose Packages.

  3. On the Packages page, click New repository.

  4. In the New Package Repository window, specify repository settings:

    • Type: choose Maven Repository.

    • Name and Description: specify the repository name (it must be a unique identifier) and description.

    • Access: choose Public if you want unauthenticated users to be able to read from the repository. Otherwise, choose Private. Learn more

    • Enable snapshot versions: allow publishing packages with the same version if it has the SNAPSHOT postfix. If selected, users are allowed to publish packages with the same version but only if the version has the SNAPSHOT postfix (for example, 1.0-SNAPSHOT).

    • Immutable artifact versions: If selected, users are allowed to publish packages with the same version.

  5. After you create the repository, click the Get Started button to see the command-line snippets that will help you get started: connect to the repository, publish, and get artifacts. Here you can also Generate personal token for accessing the repository.

    To copy the repository URL, in the top right corner click Copy link Copy repository link. For example, a URL might look like this: https://maven.pkg.jetbrains.space/mycompany/p/projectkey/my-maven-repo

Last modified: 09 March 2023