Author: britter
Date: Thu Oct 9 17:53:54 2014
New Revision: 1630540
URL: http://svn.apache.org/r1630540
Log:
Make sure contributors also run integration tests.
Modified:
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/contributing-md-template.md
Modified:
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/contributing-md-template.md
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/contributing-md-template.md?rev=1630540&r1=1630539&r2=1630540&view=diff
==============================================================================
---
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/contributing-md-template.md
(original)
+++
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/contributing-md-template.md
Thu Oct 9 17:53:54 2014
@@ -67,7 +67,7 @@ Making Changes
+ Check for unnecessary whitespace with git diff --check before committing.
+ Make sure your commit messages are in the proper format. Your commit message
should contain the key of the JIRA issue.
+ Make sure you have added the necessary tests for your changes.
-+ Run all the tests with `mvn clean test` to assure nothing else was
accidentally broken.
++ Run all the tests with `mvn clean verify` to assure nothing else was
accidentally broken.
Making Trivial Changes
----------------------