We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd32f1 commit 451e0ffCopy full SHA for 451e0ff
.gitignore
@@ -1,4 +1,5 @@
1
*.iml
2
.idea
3
target
4
-.mvn/wrapper/*.jar
+.mvn/wrapper/*.jar
5
+.mvn/settings.xml
CONTRIBUTING.md
@@ -9,7 +9,7 @@ We love pull requests. Here is a quick guide:
9
1. Fork the repo.
10
2. Create a new branch from `master`.
11
3. Add your change together with necessary tests.
12
-4. Run `mvn clean build` and ensure all tests are passing.
+4. Run `mvn clean verify` and ensure all tests are passing.
13
5. Commit with a DCO sign-off message (see next section) and push to your fork/branch.
14
6. Create a pull request.
15
0 commit comments