Skip to content

Commit 451e0ff

Browse files
author
Jan Thiart
committed
release: various cleanups
Signed-off-by: Jan Thiart <[email protected]>
1 parent 6fd32f1 commit 451e0ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.iml
22
.idea
33
target
4-
.mvn/wrapper/*.jar
4+
.mvn/wrapper/*.jar
5+
.mvn/settings.xml

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We love pull requests. Here is a quick guide:
99
1. Fork the repo.
1010
2. Create a new branch from `master`.
1111
3. Add your change together with necessary tests.
12-
4. Run `mvn clean build` and ensure all tests are passing.
12+
4. Run `mvn clean verify` and ensure all tests are passing.
1313
5. Commit with a DCO sign-off message (see next section) and push to your fork/branch.
1414
6. Create a pull request.
1515

0 commit comments

Comments
 (0)