Using a Public Maven Repository

You may want to share some of your artifacts publicly in some cases. It is quite possible to make them publicly available in Repsy whenever you want.

Please keep in mind that Repsy does not support anonymous deployment due to security reasons, but clients can always access and download public artifacts without a Repsy account.

Creating settings.xml file

You may refer to the user documentation of the private Maven repository for detailed instructions.

Deploying your Java library to Public Maven Repository

You may refer to the user documentation of the private Maven repository for detailed instructions.

Using your Java library from your Public Maven Repository

Deployment and usage instructions for Java libraries mentioned in the section of private Maven repositories are totally applicable for public Maven repositories as well.

In the meantime, if your clients just want to use libraries, there is no need to configure a settings.xml file. In such a case, it is sufficient to define repository URL and dependency in pom.xml file.

Please refer to the user documentation for the detail of instructions mentioned above.