Author: rfscholte Date: Thu Jan 3 21:35:55 2013 New Revision: 1428607 URL: http://svn.apache.org/viewvc?rev=1428607&view=rev Log: fix typo
Modified: maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/various-tips.apt.vm Modified: maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/various-tips.apt.vm URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/various-tips.apt.vm?rev=1428607&r1=1428606&r2=1428607&view=diff ============================================================================== --- maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/various-tips.apt.vm (original) +++ maven/plugins/trunk/maven-scm-publish-plugin/src/site/apt/various-tips.apt.vm Thu Jan 3 21:35:55 2013 @@ -89,7 +89,7 @@ Various tips for using this plugin </plugin> +---------------- - By defaut, the scm content is checked-out/cloned to <<<$\{project.build.directory}/scmpublish-checkout>>>, so when running <<<mvn clean>>>, + By default, the scm content is checked-out/cloned to <<<$\{project.build.directory}/scmpublish-checkout>>>, so when running <<<mvn clean>>>, all the content is deleted. You can configure a path to your machine to avoid full checkout. A recommended way is to use a property with a default value that your colleague will be able to override in their settings.