You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/02 13:47:38 UTC

[maven-help-plugin] branch master updated: Fixed information in pull_request_template about integration tests.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 336ec8c  Fixed information in pull_request_template about integration tests.
336ec8c is described below

commit 336ec8c5ec73722cbea751d6c003b8bfe3c92f6b
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 2 15:46:21 2018 +0200

    Fixed information in pull_request_template about integration tests.
---
 .github/pull_request_template.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 6a65e37..b9b9dde 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -13,7 +13,7 @@ contribution quickly and easily:
  - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will 
        be performed on your pull request automatically.
- - [ ] You have run the [Core IT][core-its] successfully.
+ - [ ] You have run the integration tests successfully (`mvn -Prun-its clean verify`).
 
 If your pull request is about ~20 lines of code you don't need to sign an
 [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure
@@ -27,4 +27,3 @@ you have to acknowledge this by using the following check-box.
 
  - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
 
-[core-its]: https://maven.apache.org/core-its/core-it-suite/

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.