Author: mperham
Date: Tue Jul 11 07:18:32 2006
New Revision: 420865

URL: http://svn.apache.org/viewvc?rev=420865&view=rev
Log:
Small verbage changes

Modified:
    
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/updateReleaseInfo.apt

Modified: 
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/updateReleaseInfo.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/updateReleaseInfo.apt?rev=420865&r1=420864&r2=420865&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/updateReleaseInfo.apt
 (original)
+++ 
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/updateReleaseInfo.apt
 Tue Jul 11 07:18:32 2006
@@ -8,19 +8,15 @@
 
 Update the release information of a project
 
-  Updating the release information changes the project's metadata, forcing
-  the current installed project as the release version. Mostly, this
-  parameter is used when installing a plugin that is built from source.
-  This can be activated by setting the <<updateReleaseInfo>> parameter to
-  <<true>>.
+  Updating the release information changes the project's maven-metadata.xml
+  in the local repository, forcing the current installed version as the latest
+  release version. This parameter is most useful when installing a plugin
+  built from source so it can be used by other projects without explicitly
+  asking for the latest SNAPSHOT version.
+
+  This can be activated by setting the <<updateReleaseInfo>> parameter to 
<<true>>
+  when installing.
 
-  From the project base directory,  invoke the install phase.
-  
 +---+
   mvn install -DupdateReleaseInfo=true
 +---+
-
-
-
-
-


Reply via email to