Return-Path: Delivered-To: apmail-gump-commits-archive@www.apache.org Received: (qmail 94189 invoked from network); 4 Feb 2011 05:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2011 05:03:13 -0000 Received: (qmail 14709 invoked by uid 500); 4 Feb 2011 05:03:12 -0000 Mailing-List: contact commits-help@gump.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@gump.apache.org Delivered-To: mailing list commits@gump.apache.org Received: (qmail 14698 invoked by uid 99); 4 Feb 2011 05:03:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Feb 2011 05:03:12 +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; Fri, 04 Feb 2011 05:03:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 981DB2388906; Fri, 4 Feb 2011 05:02:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1067083 - in /gump/site: metadata/ skin/images/ Date: Fri, 04 Feb 2011 05:02:47 -0000 To: commits@gump.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110204050247.981DB2388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Fri Feb 4 05:02:47 2011 New Revision: 1067083 URL: http://svn.apache.org/viewvc?rev=1067083&view=rev Log: re-generate site Modified: gump/site/metadata/builder.html gump/site/skin/images/rc-b-l-15-1body-2menu-3menu.png gump/site/skin/images/rc-b-r-15-1body-2menu-3menu.png gump/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png gump/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png gump/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png gump/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png gump/site/skin/images/rc-t-r-15-1body-2menu-3menu.png gump/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png gump/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png gump/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png Modified: gump/site/metadata/builder.html URL: http://svn.apache.org/viewvc/gump/site/metadata/builder.html?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== --- gump/site/metadata/builder.html (original) +++ gump/site/metadata/builder.html Fri Feb 4 05:02:47 2011 @@ -167,12 +167,15 @@ document.write("Last Published: " + docu mvn2
  • -mvninstall +mvn2install
  • mvn3
  • +mvn3install +
  • +
  • configure
  • @@ -744,11 +747,11 @@ document.write("Last Published: " + docu - -

    mvninstall

    + +

    mvn2install

    Installs a file into the local Maven 2.x+ repository using the - mvn install plugin.

    + mvn2 install plugin.

    This element is a shortcut for a common use case of the mvn builder which would otherwise involve several nested property elements. It uses mvn's "install:install-file" goal to install @@ -760,8 +763,8 @@ document.write("Last Published: " + docu may be unable to extract the proper version - for example, Gump will not support property references - in which case the version must be specified explicitly.

    -

    The element name mvn2install can be used as an - alias for mvninstall.

    +

    The element name mvninstall can be used as an + alias for mvn2install.

    @@ -839,7 +842,7 @@ document.write("Last Published: " + docu
     <project name="foo" groupId="bar">
    -  <mvninstall version="1.0"/>
    +  <mvn2install version="1.0"/>
     </project>

    is completely equivalent to

    @@ -869,7 +872,33 @@ document.write("Last Published: " + docu
     
    - + +

    mvn3install

    +
    +

    Installs a file into the local Maven 2.x+ repository using the + mvn3 install plugin.

    +

    This builder is identical to + the mvn2install builder but uses + Maven 3.x rather than 2.x to invoke the install plugin.

    +
    +<project name="foo" groupId="bar">
    +  <mvn3install version="1.0"/>
    +</project>
    +

    is completely equivalent to

    +
    +<project name="foo" groupId="bar">
    +  <mvn3 goal="install:install-file">
    +    <property name="groupId" value="bar"/>
    +    <property name="artifactId" value="foo"/>
    +    <property name="packaging" value="pom"/>
    +    <property name="file" value="pom.xml"/>
    +    <property name="version" value="1.0"/>
    +  </mvn3>
    +</project>
    +
    + + +

    configure

    Is a specialized version of script @@ -877,7 +906,7 @@ document.write("Last Published: " + docu

    - +

    make

    Specifies the arguments to be passed to make.

    @@ -913,7 +942,7 @@ document.write("Last Published: " + docu
    - +

    nant

    Specifies the arguments to be passed to NAnt.

    Modified: gump/site/skin/images/rc-b-l-15-1body-2menu-3menu.png URL: http://svn.apache.org/viewvc/gump/site/skin/images/rc-b-l-15-1body-2menu-3menu.png?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== Binary files - no diff available. Modified: gump/site/skin/images/rc-b-r-15-1body-2menu-3menu.png URL: http://svn.apache.org/viewvc/gump/site/skin/images/rc-b-r-15-1body-2menu-3menu.png?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== Binary files - no diff available. Modified: gump/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png URL: http://svn.apache.org/viewvc/gump/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== Binary files - no diff available. Modified: gump/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png URL: http://svn.apache.org/viewvc/gump/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== Binary files - no diff available. Modified: gump/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png URL: http://svn.apache.org/viewvc/gump/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== Binary files - no diff available. Modified: gump/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png URL: http://svn.apache.org/viewvc/gump/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== Binary files - no diff available. Modified: gump/site/skin/images/rc-t-r-15-1body-2menu-3menu.png URL: http://svn.apache.org/viewvc/gump/site/skin/images/rc-t-r-15-1body-2menu-3menu.png?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== Binary files - no diff available. Modified: gump/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png URL: http://svn.apache.org/viewvc/gump/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== Binary files - no diff available. Modified: gump/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png URL: http://svn.apache.org/viewvc/gump/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== Binary files - no diff available. Modified: gump/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png URL: http://svn.apache.org/viewvc/gump/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png?rev=1067083&r1=1067082&r2=1067083&view=diff ============================================================================== Binary files - no diff available.