7

Is there any SaaS solution to host a maven repository?

I know I can host it myself on Nexus or Archiva or Artifactory, just want to know if there are affordable providers that permit to host a few dependencies for a low cost without having to install the repository on your own.

I'm looking for a online maven repository host that can garantee a good availability and that keeps the artifacts private.

Sebastien Lorber
  • 89,644
  • 67
  • 288
  • 419
  • You can publish private maven artifacts with https://jitpack.io. The way it works is that JitPAck builds private GitHub repositories and host them in its own private maven repository – Andrejs Mar 19 '17 at 13:43
  • [deps.co](https://www.deps.co) also offers private Maven repositories to publish and retrieve JARs and other Maven artifacts. – Daniel Compton Dec 20 '17 at 23:19
  • CloudRepo provides [private maven repositories](https://www.cloudrepo.io/private-maven-repositories.html) for exactly this purpose. – Chris S. Oct 11 '18 at 00:56

1 Answers1

3

I think CloudBees offers private Maven repositories. You should give it a try.

chkal
  • 5,598
  • 21
  • 26