mirror of https://github.com/apache/maven.git
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:
parent
83b6e17c2d
commit
efd8cbdc68
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue