Fix descriptions

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@125211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-01-14 21:36:15 +00:00
parent 3f88c82539
commit 3ab6575c2f

View File

@ -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"