Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0811211F3E for ; Fri, 11 Apr 2014 15:24:11 +0000 (UTC) Received: (qmail 34326 invoked by uid 500); 11 Apr 2014 15:24:10 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 34259 invoked by uid 500); 11 Apr 2014 15:24:05 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 34238 invoked by uid 99); 11 Apr 2014 15:24:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 15:24:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8D1D598ACAE; Fri, 11 Apr 2014 15:24:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: enridaga@apache.org To: commits@clerezza.apache.org Message-Id: <13b832d13adc43a08f4933767e857d4b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CLEREZZA-907 An attempt to make Jenkins to skip virtuoso tests gracefully. We use a profile that is activated if the virtuoso.test system property does not exist, and set surefire plugin to exclude all test classes. Date: Fri, 11 Apr 2014 15:24:02 +0000 (UTC) Repository: clerezza Updated Branches: refs/heads/master 15a64ed00 -> 1360c9f6f CLEREZZA-907 An attempt to make Jenkins to skip virtuoso tests gracefully. We use a profile that is activated if the virtuoso.test system property does not exist, and set surefire plugin to exclude all test classes. Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/1360c9f6 Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/1360c9f6 Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/1360c9f6 Branch: refs/heads/master Commit: 1360c9f6f0f4647db44d84737bf46a8c4a9d57e5 Parents: 15a64ed Author: enridaga Authored: Fri Apr 11 16:24:01 2014 +0100 Committer: enridaga Committed: Fri Apr 11 16:24:01 2014 +0100 ---------------------------------------------------------------------- rdf.virtuoso.storage/pom.xml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/1360c9f6/rdf.virtuoso.storage/pom.xml ---------------------------------------------------------------------- diff --git a/rdf.virtuoso.storage/pom.xml b/rdf.virtuoso.storage/pom.xml index 3183323..b7c8dc2 100644 --- a/rdf.virtuoso.storage/pom.xml +++ b/rdf.virtuoso.storage/pom.xml @@ -142,13 +142,25 @@ - virtuoso-do-tests + virtuoso-skip-tests - false + + !virtuoso.test + - - true - + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/** + + + + + @@ -157,7 +169,7 @@ maven-surefire-plugin - default-test + virtuoso-tests test test