Return-Path: X-Original-To: apmail-continuum-commits-archive@www.apache.org Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48A48E380 for ; Tue, 1 Jan 2013 06:27:37 +0000 (UTC) Received: (qmail 9747 invoked by uid 500); 1 Jan 2013 06:27:37 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 9672 invoked by uid 500); 1 Jan 2013 06:27:35 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 9647 invoked by uid 99); 1 Jan 2013 06:27:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jan 2013 06:27:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Tue, 01 Jan 2013 06:27:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 715CB23889B3; Tue, 1 Jan 2013 06:27:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1427311 - in /continuum/trunk/continuum-docs/src/site: ./ apt/user_guides/managing_builddef/ resources/images/ Date: Tue, 01 Jan 2013 06:27:09 -0000 To: commits@continuum.apache.org From: brett@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130101062709.715CB23889B3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brett Date: Tue Jan 1 06:27:08 2013 New Revision: 1427311 URL: http://svn.apache.org/viewvc?rev=1427311&view=rev Log: fold down the build definition docs and update the screenshots for update policy Added: continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png (contents, props changed) - copied, changed from r1426388, continuum/trunk/continuum-docs/src/site/resources/images/add_goal.png Removed: continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/builddefGroup.apt continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/builddefProject.apt continuum/trunk/continuum-docs/src/site/resources/images/add_goal.png Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt continuum/trunk/continuum-docs/src/site/pdf.xml continuum/trunk/continuum-docs/src/site/site.xml Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt?rev=1427311&r1=1427310&r2=1427311&view=diff ============================================================================== --- continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt (original) +++ continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_builddef/index.apt Tue Jan 1 06:27:08 2013 @@ -15,5 +15,58 @@ Managing Build Definitions Continuum includes some default build definitions which can be changed in the <<{{{../../administrator_guides/builddefTemplate.html}Build Definition Templates}}>> screen. - You can add or edit build definitions at the <<{{{./builddefGroup.html}Project Group level}}>> or at the <<{{{./builddefProject.html}Project level}}>>. + You can add or edit build definitions at the <> or at the <>. +Project Group Build Definition + + The project group level build definition is executed on all of the projects in the group. The following description + covers the fields for a Maven project, though the fields for other types are similar. + +[../../images/buildDefGroup.png] Project Group Build Definitions + + To add a build definition to your project group, under the <> tab in the <> + screen, click <>. + + Supply the values for the necessary fields: + + * Enter your <>, which is very likely the same as previous builds, <<>>. + + * In the <> text box, enter your new goals. For example, <<>> or <<>>. + + * You may have arguments for Maven, such as <<<--batch-mode --non-recursive>>>. + Add your arguments in the <> text box or leave it empty. + + * Check <> to do a fresh checkout from SCM before the build process. + Check <> if you want to execute the goal every time you build the project. + If you want this build definition to be your default for building your project, + check the <> check box. + + * Select your build schedule from the pull-down menu. There will only be the <<>> + if you have not defined any others. + + * Select from the pull-down menu the <> for the build definition. + + * Select the <> from the pull-down menu. + + * Select the <> from the pull-down menu. This describes when a Continuum project definition should + be updated if changes are detected in the Maven POM. + + * You can supply a short description of the build definition (<>). + + [] + +[../../images/add-build-definition.png] + + Click <> to complete the changes. + +Project Build Definition + + The project level build definition is executed for a specific project where the build definition is defined. The + following description covers the fields for a Maven project, though the fields for other types are similar. + +[../../images/buildDefProject.png] Project Build Definitions + + To add a build definition to your project, select a project within the group and under the <> + section in the <> screen, click <>. + + The fields are the same as for a project group build definition. Modified: continuum/trunk/continuum-docs/src/site/pdf.xml URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/pdf.xml?rev=1427311&r1=1427310&r2=1427311&view=diff ============================================================================== --- continuum/trunk/continuum-docs/src/site/pdf.xml (original) +++ continuum/trunk/continuum-docs/src/site/pdf.xml Tue Jan 1 06:27:08 2013 @@ -42,8 +42,6 @@ - - Copied: continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png (from r1426388, continuum/trunk/continuum-docs/src/site/resources/images/add_goal.png) URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png?p2=continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png&p1=continuum/trunk/continuum-docs/src/site/resources/images/add_goal.png&r1=1426388&r2=1427311&rev=1427311&view=diff ============================================================================== Binary files - no diff available. Propchange: continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png ------------------------------------------------------------------------------ svn:executable = * Propchange: continuum/trunk/continuum-docs/src/site/resources/images/add-build-definition.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: continuum/trunk/continuum-docs/src/site/site.xml URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/site.xml?rev=1427311&r1=1427310&r2=1427311&view=diff ============================================================================== --- continuum/trunk/continuum-docs/src/site/site.xml (original) +++ continuum/trunk/continuum-docs/src/site/site.xml Tue Jan 1 06:27:08 2013 @@ -43,10 +43,7 @@ - - - - +