Skip to content

Commit e7d5de7

Browse files
author
Gary Gregory
committed
Update README.
1 parent e5683ee commit e7d5de7

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
@@ -81,7 +81,7 @@ There are some guidelines which will make applying PRs easier for us:
8181
+ No tabs! Please use spaces for indentation.
8282
+ Respect the code style.
8383
+ 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.
84-
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```.
84+
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```.
8585

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

0 commit comments

Comments
 (0)