Author: carlos Date: Tue Mar 28 02:25:04 2006 New Revision: 389469 URL: http://svn.apache.org/viewcvs?rev=389469&view=rev Log: Added howto Use a different username in the SCM server
Modified: maven/plugins/trunk/maven-release-plugin/src/site/apt/howto.apt Modified: maven/plugins/trunk/maven-release-plugin/src/site/apt/howto.apt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-release-plugin/src/site/apt/howto.apt?rev=389469&r1=389468&r2=389469&view=diff ============================================================================== --- maven/plugins/trunk/maven-release-plugin/src/site/apt/howto.apt (original) +++ maven/plugins/trunk/maven-release-plugin/src/site/apt/howto.apt Tue Mar 28 02:25:04 2006 @@ -8,6 +8,12 @@ How to Use +Use a different username in the SCM server than he one in the operating system + + Run <<<mvn -Duser.name=your_username release:prepare>>> + +Set where to tag the files in the SCM + These example shows how to set the repository location for all tagged files in Subversion. -------------------