Author: dennisl Date: Sat Jul 14 12:32:27 2007 New Revision: 556328 URL: http://svn.apache.org/viewvc?view=rev&rev=556328 Log: o Use the full goal names. o Fix typos.
Modified: maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt Modified: maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt?view=diff&rev=556328&r1=556327&r2=556328 ============================================================================== --- maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt (original) +++ maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt Sat Jul 14 12:32:27 2007 @@ -8,49 +8,40 @@ Maven SCM Plugin - The scm plugin offers a vendor independent access to the common scm commands by offering a set - command mapping to the scm being configured. + The SCM Plugin offers vendor independent access to common scm commands by offering a set + of command mappings for the configured scm. Each command is implemented as a goal. -* Supported SCM Command Configurations +* Goals Overview - * {{{changelog-mojo.html}Changelog}} - command to show the source code revisions - - * {{{checkin-mojo.html}Checkin}} - command for commiting changes + * {{{changelog-mojo.html}scm:changelog}} - command to show the source code revisions - * {{{checkout-mojo.html}Checkout}} - command for getting the source code + * {{{checkin-mojo.html}scm:checkin}} - command for commiting changes - * {{{diff-mojo.html}Diff}} - command for showing the difference of the working copy with the remote ones + * {{{checkout-mojo.html}scm:checkout}} - command for getting the source code - * {{{edit-mojo.html}Edit}} - command for starting edit on the working copy + * {{{diff-mojo.html}scm:diff}} - command for showing the difference of the working copy with the remote one - * {{{status-mojo.html}Status}} - command for showing the scm status of the working copy + * {{{edit-mojo.html}scm:edit}} - command for starting edit on the working copy - * {{{tag-mojo.html}Tag}} - command for tagging the certain revision + * {{{status-mojo.html}scm:status}} - command for showing the scm status of the working copy - * {{{unedit-mojo.html}UnEdit}} - command for to stop editing the working copy + * {{{tag-mojo.html}scm:tag}} - command for tagging a certain revision - * {{{update-mojo}Update}} - command for updating the working with the latest changes + * {{{unedit-mojo.html}scm:unedit}} - command to stop editing the working copy - * {{{validate-mojo.html}Validate}} - validates the scm information on the pom + * {{{update-mojo}scm:update}} - command for updating the working copy with the latest changes -* Goals Overview - - General Information about the goals. check the links above. + * {{{validate-mojo.html}scm:validate}} - validates the scm information in the pom * Usage - Instructions on how to use the Plugin Name can be found {{{usage.html}here}}. + Instructions on how to use the SCM Plugin can be found {{{usage.html}here}}. -Examples +* Examples To provide you with better understanding on some usages of the Maven SCM Plugin, you can take a look into the following examples: {{{examples/bootstrapping-with-pom.html}Bootstrapping using a POM file}} - {{{examples/scm-advance-features.html}Other advance scm commands}} - - - - - + {{{examples/scm-advance-features.html}Other advanced scm commands}}