Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 22104 invoked from network); 12 Mar 2010 02:50:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Mar 2010 02:50:44 -0000 Received: (qmail 4119 invoked by uid 500); 12 Mar 2010 02:50:09 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 4058 invoked by uid 500); 12 Mar 2010 02:50:09 -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 4051 invoked by uid 99); 12 Mar 2010 02:50:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Mar 2010 02:50:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Mar 2010 02:50:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 57B0323889C5; Fri, 12 Mar 2010 02:49:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r922125 - /commons/proper/commons-site/src/site/xdoc/building.xml Date: Fri, 12 Mar 2010 02:49:48 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100312024948.57B0323889C5@eris.apache.org> Author: sebb Date: Fri Mar 12 02:49:48 2010 New Revision: 922125 URL: http://svn.apache.org/viewvc?rev=922125&view=rev Log: Remove reference to maven.xml scripting Modified: commons/proper/commons-site/src/site/xdoc/building.xml Modified: commons/proper/commons-site/src/site/xdoc/building.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-site/src/site/xdoc/building.xml?rev=922125&r1=922124&r2=922125&view=diff ============================================================================== --- commons/proper/commons-site/src/site/xdoc/building.xml (original) +++ commons/proper/commons-site/src/site/xdoc/building.xml Fri Mar 12 02:49:48 2010 @@ -345,22 +345,5 @@

-
-

- To customize the behavior of maven builds, jelly-script can be added to - maven.xml The - maven scripting - reference provides details and examples. For ease of maintanance and - to make upgrades easier, scripting should be kept to an absolute minimum. - If a plugin does not quite do what we need, it is better to try to get the - plugin extended to perform the function than to script around the problem. - That said, there are some standard customizations for commons - components shown in - - maven.xml.sample The pre- and post-goals defined there copy the - resources required to ensure that all web sites have a common look and feel - and that required licenses and notices are included in release distributions. -

-