I got New Relic instrumentation working with my Java/Mule ESB application. Everything works great (running in Eclipse at least).
However, since I already have the New Relic jar files in my Maven repository, I don't want to check in another version of the New Relic agent jar in my project. From what I've read in the New Relic documentation the New Relic agent jar and the newrelic.yml should be in the same directory, but I want to have the newrelic.yml in my project and reference the New Relic agent jar in my Maven repository.
Something like a JVM argument that specifies the newrelic.yml (like it currently is with the javaagent) would be great.
Thanks for any suggestions!