Author: aheritier
Date: Fri Jan 14 13:36:15 2005
New Revision: 125211

URL: http://svn.apache.org/viewcvs?view=rev&rev=125211
Log:
Fix descriptions
Modified:
   maven/maven-1/plugins/trunk/plugin/plugin.jelly

Modified: maven/maven-1/plugins/trunk/plugin/plugin.jelly
Url: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/plugin.jelly?view=diff&rev=125211&p1=maven/maven-1/plugins/trunk/plugin/plugin.jelly&r1=125210&p2=maven/maven-1/plugins/trunk/plugin/plugin.jelly&r2=125211
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/plugin.jelly     (original)
+++ maven/maven-1/plugins/trunk/plugin/plugin.jelly     Fri Jan 14 13:36:15 2005
@@ -325,7 +325,7 @@
   </goal>
 
   <goal name="plugin:repository-deploy" prereqs="plugin:plugin"
-    description="deploy a plugin into the local repository">
+    description="deploy a plugin into the remote repository">
     <artifact:deploy
       artifact="${maven.build.dir}/${maven.final.name}.jar"
       type="plugin"
@@ -334,7 +334,7 @@
   </goal>
 
   <goal name="plugin:repository-deploy-snapshot" prereqs="plugin:plugin"
-    description="deploy a plugin snapshot into the local repository">
+    description="deploy a plugin snapshot into the remote repository">
     <artifact:deploy-snapshot
       artifact="${maven.build.dir}/${maven.final.name}.jar"
       type="plugin"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to