Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D46F61086B for ; Fri, 9 Jan 2015 18:29:52 +0000 (UTC) Received: (qmail 4410 invoked by uid 500); 9 Jan 2015 18:29:54 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 4355 invoked by uid 500); 9 Jan 2015 18:29:54 -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 4345 invoked by uid 99); 9 Jan 2015 18:29:54 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2015 18:29:54 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 33CC8AC0143; Fri, 9 Jan 2015 18:29:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1650622 - /commons/cms-site/trunk/content/xdoc/building.xml Date: Fri, 09 Jan 2015 18:29:52 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150109182953.33CC8AC0143@hades.apache.org> Author: sebb Date: Fri Jan 9 18:29:52 2015 New Revision: 1650622 URL: http://svn.apache.org/r1650622 Log: Add intro regarding CP pom Modified: commons/cms-site/trunk/content/xdoc/building.xml Modified: commons/cms-site/trunk/content/xdoc/building.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/building.xml?rev=1650622&r1=1650621&r2=1650622&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/building.xml (original) +++ commons/cms-site/trunk/content/xdoc/building.xml Fri Jan 9 18:29:52 2015 @@ -47,6 +47,14 @@

+
+

+ Commons componenents share a common parent POM. + This contains common setup to reduce the setup needed in each component POM + and standardizes the builds across Commons components. +

+
+

To build Apache Commons components or web sites, you need to have Maven