Skip to content

Commit 149e86c

Browse files
committed
Update README to use the default Maven goal
1 parent 14fadea commit 149e86c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ There are some guidelines which will make applying PRs easier for us:
8686
+ No tabs! Please use spaces for indentation.
8787
+ Respect the code style.
8888
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
89-
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```.
89+
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```.
9090

9191
If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
9292
You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).

0 commit comments

Comments
 (0)