Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 29D71200CFA for ; Tue, 5 Sep 2017 23:43:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 282611609ED; Tue, 5 Sep 2017 21:43:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6717A1609EA for ; Tue, 5 Sep 2017 23:43:30 +0200 (CEST) Received: (qmail 51658 invoked by uid 500); 5 Sep 2017 21:43:29 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 51649 invoked by uid 99); 5 Sep 2017 21:43:29 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2017 21:43:29 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 019643A00A7 for ; Tue, 5 Sep 2017 21:43:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1807421 - /commons/proper/vfs/trunk/BUILDING.txt Date: Tue, 05 Sep 2017 21:43:28 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170905214329.019643A00A7@svn01-us-west.apache.org> archived-at: Tue, 05 Sep 2017 21:43:31 -0000 Author: ggregory Date: Tue Sep 5 21:43:28 2017 New Revision: 1807421 URL: http://svn.apache.org/viewvc?rev=1807421&view=rev Log: Move folder to match module name/artifact ID. Modified: commons/proper/vfs/trunk/BUILDING.txt Modified: commons/proper/vfs/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/BUILDING.txt?rev=1807421&r1=1807420&r2=1807421&view=diff ============================================================================== --- commons/proper/vfs/trunk/BUILDING.txt (original) +++ commons/proper/vfs/trunk/BUILDING.txt Tue Sep 5 21:43:28 2017 @@ -8,7 +8,7 @@ mvn apache-rat:check To perform a Clirr check, run: -mvn clirr:check -pl core +mvn clirr:check -pl commons-vfs2 To build the site with Java 6, make sure you give Maven enough memory using MAVEN_OPTS with options appropriate for your JVM. Alternatively, you can