Skip to content

Commit 9c2c780

Browse files
committed
Add better instructions how to build from source
1 parent e346def commit 9c2c780

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ If you need help or hit an issue,
2121
please start by opening a topic on our discuss forums.
2222
Please note that we reserve GitHub tickets for confirmed bugs and enhancement requests.
2323

24-
## Build
25-
Execute `./mvnw install` to build the artifacts and to install them to your local maven repository.
24+
## Build form source
25+
Execute `./mvnw clean install -PskipTests=true` to build the artifacts and to install them to your local maven repository.
26+
The agent jar is in the folder `elastic-apm-agent/target`.

0 commit comments

Comments
 (0)