This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch BADGES in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
commit 605a9b3c1758ff058091ff479c258e553cdd3fc8 Author: Hervé Boutemy <[email protected]> AuthorDate: Fri Jan 26 07:27:34 2018 +0100 download page is source only --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e887846..7caa8b8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ the [Maven User List][users-list]. Where can I get the latest release? ----------------------------------- -You can download source and binaries from our [download page][enforcer-download] +You can download release source from our [download page][enforcer-download]. You can get the Maven Enforcer plugin via the following coordinates from central: @@ -60,7 +60,7 @@ There are some guidelines which will make applying PRs easier for us: organize imports. If you feel the source code should be reformatted create a separate PR for this change. + Provide JUnit/Invoker tests for your changes and make sure your changes don't break - any existing tests by running ```mvn clean -Prun-its verify```. + any existing tests by running ```mvn -Prun-its verify```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). -- To stop receiving notification emails like this one, please contact [email protected].
