Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7578410D77 for ; Mon, 9 Feb 2015 11:26:37 +0000 (UTC) Received: (qmail 57927 invoked by uid 500); 9 Feb 2015 11:26:37 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 57783 invoked by uid 500); 9 Feb 2015 11:26:37 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 57762 invoked by uid 99); 9 Feb 2015 11:26:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 11:26:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of emmanuel.bourg@gmail.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-we0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 11:26:11 +0000 Received: by mail-we0-f170.google.com with SMTP id q59so17382539wes.1 for ; Mon, 09 Feb 2015 03:26:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=BZ2g959SbnkgHLyYKlICh6bbbAaHxrw4++/VB7NAp14=; b=isgka3Tktvb9Cghwqq08qK/3LtcqG5S3Vp6pvAZKaoVDpkZC3C8ocAGVCk79wEOUox sQkGEjv7Yeak+EzVwgk5HWwLe+ctIrcORCx9hO0bEaNkQdciKLjcCRb5+ed+Xq9BKFDs G6Chqk0NbGthRhGEARws6SUm3xcVymV5aSRX3VO1zr/yfEqw1yb3MIlUIOeZ0M0BEeFb LcDsPgQUX8N0mVn/HzTNXGLg2DPVNLdo9PmwtBXDiMsxQIKGdjnO8dKgJEIKQPjjB5ck UBbw/WyB73rE56h5+n2MtjtR3WX66OEk2lvrQKU3MAtANs4dlEJm7yYoWS0TjcfASat3 J+wA== X-Received: by 10.180.75.50 with SMTP id z18mr13739182wiv.38.1423481169824; Mon, 09 Feb 2015 03:26:09 -0800 (PST) Received: from ?IPv6:2a01:e35:2f71:31d0:ac0c:4d9a:2ee:87a9? ([2a01:e35:2f71:31d0:ac0c:4d9a:2ee:87a9]) by mx.google.com with ESMTPSA id m4sm15934270wjb.25.2015.02.09.03.26.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Feb 2015 03:26:09 -0800 (PST) Sender: Emmanuel Bourg Message-ID: <54D8994F.4070403@apache.org> Date: Mon, 09 Feb 2015 12:26:07 +0100 From: Emmanuel Bourg User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Commons Developers List Subject: Re: svn commit: r1658276 - in /commons/proper/csv/trunk: pom.xml src/test/java/org/apache/commons/csv/CSVBenchmark.java References: <20150208234728.7C39BAC003E@hades.apache.org> <54D86C65.1080309@apache.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Le 09/02/2015 11:56, sebb a écrit : > However we distribute the pom, which may download the JMH code. Our pom already triggers the download of LGPL and GPL softwares like jdiff, clirr, checkstyle and cobertura. > I think the JMH pom also needs to be excluded. > Both because of the licensing issue and because it will likely fail if > the benchmarks are missing. The benchmarks are isolated in a separate profile, you can't run them by accident. An usual 'mvn test' ignores the benchmarks and the related dependencies, you have to run 'mvn test -Pbenchmark' to trigger them. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org