Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 71562 invoked from network); 18 Jan 2010 16:33:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2010 16:33:50 -0000 Received: (qmail 81981 invoked by uid 500); 18 Jan 2010 16:33:49 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 81881 invoked by uid 500); 18 Jan 2010 16:33:49 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 81867 invoked by uid 99); 18 Jan 2010 16:33:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 16:33:48 +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; Mon, 18 Jan 2010 16:33:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0281823888D1; Mon, 18 Jan 2010 16:33:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r900452 - /maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/multimodule/module-binary-inclusion-simple.apt.vm Date: Mon, 18 Jan 2010 16:33:27 -0000 To: commits@maven.apache.org From: dennisl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100118163328.0281823888D1@eris.apache.org> Author: dennisl Date: Mon Jan 18 16:33:27 2010 New Revision: 900452 URL: http://svn.apache.org/viewvc?rev=900452&view=rev Log: [MNGSITE-4] Fix broken link to FAQ entry Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/multimodule/module-binary-inclusion-simple.apt.vm Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/multimodule/module-binary-inclusion-simple.apt.vm URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/multimodule/module-binary-inclusion-simple.apt.vm?rev=900452&r1=900451&r2=900452&view=diff ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/multimodule/module-binary-inclusion-simple.apt.vm (original) +++ maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/multimodule/module-binary-inclusion-simple.apt.vm Mon Jan 18 16:33:27 2010 @@ -30,10 +30,10 @@ * Warning - *WARNING!* Using the <<>> section of a <<>> definition + <> Using the <<>> section of a <<>> definition involves some tricky considerations that are a result of the way Maven sorts and executes project builds within a multimodule context. Please - read {{{faq.html#module-binaries}this FAQ entry}} if you decide to use them. + read {{{../../faq.html#module-binaries}this FAQ entry}} if you decide to use them. * Introduction @@ -139,7 +139,7 @@ This will ensure that the output directory (normally, <<>>), is removed before building the assembly directory. - <> Because of a quirk in Maven 2.0's execution model relating to + <> Because of a quirk in Maven 2.0's execution model relating to aggregator mojos and the inheritance hierarchy, we need to explicitly execute the package phase ahead of the assembly invocation, to ensure all modules have been built.