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">
<metadata>
<id>hello</id>
<goal>hello</goal>
<description>Say hello to the world.</description>
<parameters>
<parameter>
<name>salutation</name>
<expression>#salutation</expression>
<expression>${salutation}</expression>
<default>Hello</default>
<description>The salutation to use when saying hello.</description>
</parameter>
@ -18,4 +17,4 @@
${salutation}, World.
</c:out>
</execute>
</mojo>
</mojo>