diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2021-03-03 13:59:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 13:59:50 +0200 |
commit | ce60c5b418b77bb4164c46306cc16ba769c2a985 (patch) | |
tree | e6a9edd6257c78ebdc2fadee4052b8397f04ec62 /.github | |
parent | c7345a730db2df83e0aebb335dcbd69126ec6ced (diff) | |
download | vaadin-framework-ce60c5b418b77bb4164c46306cc16ba769c2a985.tar.gz vaadin-framework-ce60c5b418b77bb4164c46306cc16ba769c2a985.zip |
Remove whitespace-maven-plugin and formatter-maven-plugin. (#12213)
- These plugins cause significant problems for many Windows developers,
and since most active maintainers are currently included in that group,
the plugins have been deemed more trouble than they are worth.
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4e5c692ad4..cbae52717d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,8 +14,6 @@ Unless the issue is specific to a single version of the Framework, you should al In your repo, make a new branch from `master`. Make your code changes in that branch, and once you're done make a pull request to the `vaadin/framework` branch `master`. -The `vaadin/framework` project uses `formatter-maven-plugin` to format the code. It will be executed as part of the Maven build. Make sure to run `mvn compile` before making the commit. - We recommend making sure that the "Allow edits from maintainers" checkbox on the pull request page is checked. This allows us to commit minor fixes, like correcting typos, without bothering you. ### Getting feedback and responding to it |