Running m2 -Dsalutation=Hiya hello:hello prints
 Hiya, World

But running m2 hello:hello prints
#salutation, World

Why is the default not working???

attached is my hello.mmld file
<mojo xmlns="marmalade:mojo">
  <metadata>
    <goal>hello</goal>
    <description>Say Hello to the World.</description>
    <parameters>
      <parameter>
        <name>salutation</name>
        <expression>#salutation</expression>
        <default>Hello</default>
        <description>The salutation to use in greeting the world.</description>
      </parameter>
    </parameters>
  </metadata>
  <execute>
    <c:out xmlns:c="marmalade:core">${salutation}, World</c:out>
  </execute>
</mojo>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to