From commits-return-41903-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Wed Oct 16 18:31:58 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 439E4180644 for ; Wed, 16 Oct 2019 20:31:58 +0200 (CEST) Received: (qmail 95679 invoked by uid 500); 16 Oct 2019 18:31:54 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 95668 invoked by uid 99); 16 Oct 2019 18:31:54 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Oct 2019 18:31:54 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EAE77811B2; Wed, 16 Oct 2019 18:31:53 +0000 (UTC) Date: Wed, 16 Oct 2019 18:31:53 +0000 To: "commits@nifi.apache.org" Subject: [nifi-registry] branch master updated: NIFIREG-336 Enable Integration Tests by Default MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157125071388.4473.1601811370582384923@gitbox.apache.org> From: bbende@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: nifi-registry X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a2326ef83e54cc79b76e6a111e9f465e9c6014bd X-Git-Newrev: 28a50c3994ea1d1da0d98a3bc4f5a486b2b1e90b X-Git-Rev: 28a50c3994ea1d1da0d98a3bc4f5a486b2b1e90b X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. bbende pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi-registry.git The following commit(s) were added to refs/heads/master by this push: new 28a50c3 NIFIREG-336 Enable Integration Tests by Default 28a50c3 is described below commit 28a50c3994ea1d1da0d98a3bc4f5a486b2b1e90b Author: Kevin Doran AuthorDate: Wed Oct 16 13:15:03 2019 -0400 NIFIREG-336 Enable Integration Tests by Default --- .travis.yml | 2 +- README.md | 4 ---- pom.xml | 24 ++++++++++++++++-------- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1cfe9be..e83abde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,5 +57,5 @@ install: true #build commands script: - - mvn clean install -Pintegration-tests,contrib-check,jsUnitTests | grep -v -F -f .travis-output-filters && exit ${PIPESTATUS[0]} + - mvn clean install -Pcontrib-check,jsUnitTests | grep -v -F -f .travis-output-filters && exit ${PIPESTATUS[0]} diff --git a/README.md b/README.md index b280201..98868bf 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,6 @@ Registry—a subproject of Apache NiFi—is a complementary application that pro If you wish to enable style and license checks, specify the contrib-check profile: mvn clean install -Pcontrib-check - - If you wish to run integration tests and contrib-check, specify both profiles: - - mvn clean install -Pcontrib-check,integration-tests 3) Start the application diff --git a/pom.xml b/pom.xml index 71aab82..51c60c2 100644 --- a/pom.xml +++ b/pom.xml @@ -588,6 +588,19 @@ + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + verify + + + + org.apache.rat apache-rat-plugin @@ -664,13 +677,8 @@ - - integration-tests - - true - + + no-integration-tests @@ -682,7 +690,7 @@ integration-test verify - verify + none