update mojo

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-03 00:47:00 +00:00
parent 83b6e17c2d
commit efd8cbdc68
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
<mojo xmlns="marmalade:mojo"> <mojo xmlns="marmalade:mojo">
<metadata> <metadata>
<id>hello</id>
<goal>hello</goal> <goal>hello</goal>
<description>Say hello to the world.</description> <description>Say hello to the world.</description>
<parameters> <parameters>
<parameter> <parameter>
<name>salutation</name> <name>salutation</name>
<expression>#salutation</expression> <expression>${salutation}</expression>
<default>Hello</default> <default>Hello</default>
<description>The salutation to use when saying hello.</description> <description>The salutation to use when saying hello.</description>
</parameter> </parameter>