You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/08/29 19:07:08 UTC

svn commit: r570865 - /maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt

Author: carlos
Date: Wed Aug 29 10:07:08 2007
New Revision: 570865

URL: http://svn.apache.org/viewvc?rev=570865&view=rev
Log:
Readd the doc about version parameter

Modified:
    maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt?rev=570865&r1=570864&r2=570865&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-stage-plugin/src/site/apt/usage.apt Wed Aug 29 10:07:08 2007
@@ -43,11 +43,13 @@
 mvn stage:copy -Dsource="http://people.apache.org/~snicoll/maven-stage-repo/" \
                -Dtarget="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository" \
                -DsourceRepositoryId=apache.staging \
-               -DtargetRepositoryId=apache.releases
+               -DtargetRepositoryId=apache.releases \
+               -Dversion=2.0.3
 -------------------
 
- <<Note:>> we are copying <<everything>> from the source URL to the target.
-
+ <<Note:>> Although it looks like we are only copying version <<<2.0.3>>>, we
+ are in fact copying <<everything>> from the source URL to the target. This is
+ due to a bug and will change in the future.
 
 * What is happening under the hood?