Skip to content

Commit

Permalink
Update add-flex-template.md (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad authored Dec 3, 2024
1 parent c37f721 commit ca317e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributor-docs/add-flex-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,11 @@ such as missing JavaDocs.
Once formatted, you can run (from the project's root as well):

```shell
mvn clean package -pl v2/wordcount -am -Dmaven.test.skip
mvn clean install -pl v2/wordcount -am -Dmaven.test.skip
```

The `-am` option guarantees that all the necessary local dependencies are
included in the build.
included in the build. You can ignore the error releated to `v2/wordcount` if any error occurs.

`-pl v2/wordcount` is how we specify the target module, allowing us to only
build what we need. You can see all the available modules in the
Expand Down

0 comments on commit ca317e0

Please sign in to comment.