File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/elastic/apm-agent-java.svg?branch=master )] ( https://travis-ci.org/elastic/apm-agent-java )
22[ ![ codecov] ( https://codecov.io/gh/elastic/apm-agent-java/branch/master/graph/badge.svg )] ( https://codecov.io/gh/elastic/apm-agent-java )
3+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/co.elastic.apm/apm-agent-java/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/co.elastic.apm/apm-agent-java )
34
45# apm-agent-java
56
Original file line number Diff line number Diff line change @@ -51,11 +51,9 @@ The first step in getting started with the Elastic APM Java agent ist to declare
5151compile "co.elastic.apm:apm-agent-java:$elasticApmVersion"
5252----
5353
54- NOTE: Currently the agent is not yet published to maven central.
55- So you have to check out the agent and build it from source.
56- To do that,
57- simply execute
58- `git clone https://github.com/elastic/apm-agent-java.git && cd apm-agent-java && ./mvnw install`.
54+ Replace the version placeholders with the latest version:
55+ image:https://maven-badges.herokuapp.com/maven-central/co.elastic.apm/apm-agent-java/badge.svg[
56+ link=https://maven-badges.herokuapp.com/maven-central/co.elastic.apm/apm-agent-java]
5957
6058
6159To get you off the ground, we've prepared guides for the most popular frameworks:
You can’t perform that action at this time.
0 commit comments