-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Labels
Milestone
Description
Hi @trask , great work, glowroot has been very useful to my team!
I package the glowroot jar with my app and our startup script automatically registers it as a javaagent. I'm using gradle to generate our distribution, so it's easy to grab jars from maven repos and package them with the app.
For now I have been manually downloading the glowroot releases from github and uploading them to our private Nexus repo. I was wondering if you have any plans to publish glowroot to a public maven repo? I saw that some older versions are in the sonatype oss repo, but could not find the latest glowroot agent:
Thanks!