Skip to content

Commit 9fedc27

Browse files
committed
building notes: use an existing module as example
1 parent b841382 commit 9fedc27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

BUILDING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ After clone/checkout of this repo, you can target **just one module** with comma
1717
for Maven like so:
1818

1919
```
20-
# example module is 'jooby-mongodb' - replace as appropriate
21-
mvn install -pl jooby-mongodb -am
20+
# example module is 'jooby-hikari' - replace as appropriate
21+
mvn install -pl jooby-hikari -am
2222
```
2323

24-
Note: Maven builds the smallest amount on dependent modules necessary before it gets to this one. The resulting
24+
Note: Maven builds the smallest amount on dependent modules necessary before it gets to this one. The resulting
2525
build time is shorter, and less is downloaded from Maven Central to your local cache of jars.

0 commit comments

Comments
 (0)