Return-Path: X-Original-To: apmail-spark-dev-archive@minotaur.apache.org Delivered-To: apmail-spark-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 833C810A94 for ; Sat, 1 Mar 2014 20:11:27 +0000 (UTC) Received: (qmail 85884 invoked by uid 500); 1 Mar 2014 20:11:26 -0000 Delivered-To: apmail-spark-dev-archive@spark.apache.org Received: (qmail 85776 invoked by uid 500); 1 Mar 2014 20:11:26 -0000 Mailing-List: contact dev-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@spark.apache.org Delivered-To: mailing list dev@spark.apache.org Received: (qmail 85764 invoked by uid 99); 1 Mar 2014 20:11:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Mar 2014 20:11:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CFCA19323BC; Sat, 1 Mar 2014 20:11:25 +0000 (UTC) From: pwendell To: dev@spark.apache.org Reply-To: dev@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark pull request: [java8API] SPARK-964 Investigate the potential... Content-Type: text/plain Message-Id: <20140301201125.CFCA19323BC@tyr.zones.apache.org> Date: Sat, 1 Mar 2014 20:11:25 +0000 (UTC) Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/17#discussion_r10192261 --- Diff: docs/building-with-maven.md --- @@ -76,3 +78,11 @@ The maven build includes support for building a Debian package containing the as $ mvn -Pdeb -DskipTests clean package The debian package can then be found under assembly/target. We added the short commit hash to the file name so that we can distinguish individual packages built for SNAPSHOT versions. + +## Running java 8 test suites. + +Running only java 8 tests and nothing else. + + $ mvn test -DskipTests -Pjava8-tests + +Java 8 tests are run when -Pjava8-tests profile is enabled, they will run inspite of -DskipTests. For these tests to run java 8 should be installed on the system running the tests. --- End diff -- in spite of --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---