hello everyone. Do you use some service to host a ...
# random
f
hello everyone. Do you use some service to host a private maven repository?? Or use local server?
a
I run a docker instance on a remote server
f
could you give me more information about?? What did you put in the docker instance??
c
s
In the past I used the Sonatype Nexus as a local Maven Central proxy. If you have 10+ devs it makes sense to host this locally to reduce the bandwidth (and therefore costs) for Maven Central. https://www.sonatype.com/products/sonatype-nexus-oss
s
s
That’s paid.
s
Yes.
r
You can just use an S3 bucket if you don’t need a UI
f
yeahhh, I will use local server for a while
h
We use GitHub Packages
s
GitHub Packages is great for hosting, but it won't act as a local maven proxy. @Francis Mariano Can you tell us what you actually want to achieve?