Hi
I tried to fork a new lifecycle in my basename.mojos.xml file as
described on 
http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html

But I couldn't find out where to put the <execute> tag. I always got a parse 
error.
Does anybody know where to put the <execute> tag or if there is a documentation
around for the mojos files?

Cheers, michael


Below is the hint that you find on the page:

<pluginMetadata>
  <mojos>
    <mojo>
      .
      .
      .
      <execute>
        <lifecycle>my-custom-lifecycle</lifecycle>
        <phase>package</phase>

        <!-- OR -->

        <goal>some:goal</goal>
      </execute>
      .
      .
      .
    </mojo>
  </mojos>
</pluginMetadata>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to