Can I publish to frcmaven.wpi.edu?

My team is trying to develop a java library can be referenced in our robot gradle build files. I have a jar releasing to the GitHub maven repo, but to access that I need to authenticate, it isn’t public. I would rather have a public maven repo I could use. Is it possible for teams to get permission to publish to the frcmaven.wpi.edu maven repository? I see that advantagescope uses it.

https://jitpack.io/ Is a good option for publishing.

1 Like

That’s an interesting idea. Using this you don’t actually create a jar but can still pull in the code. Hmmm. I will look at this.