Skip to content

Commit 135aa0b

Browse files
committed
docs: update contributing
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
1 parent 9de32ee commit 135aa0b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,15 @@ Verify Java version with:
5555
java --version
5656
```
5757

58+
### Setup Apache Maven
59+
60+
Install `mvn`:
61+
62+
https://maven.apache.org/install.html
63+
5864
## Install and Run Invoker Tests Locally
5965

6066
```
6167
cd invoker;
62-
mvn clean;
63-
mvn compile;
6468
mvn test;
6569
```

0 commit comments

Comments
 (0)