Skip to content

Commit 3b3feac

Browse files
committed
Add Maven Central badge with latest version
1 parent 2059c4f commit 3b3feac

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

docs/intro.asciidoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@ The first step in getting started with the Elastic APM Java agent ist to declare
5151
compile "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

6159
To get you off the ground, we've prepared guides for the most popular frameworks:

0 commit comments

Comments
 (0)