Stephen Connolly wrote:

Benjamin probably has the link to the full template hiding around somewhere

The intro boiler plate text is at
http://maven.apache.org/guides/development/guide-plugin-documentation.html

* I am not sure which is the correct form: ${pom.groupId} or
${project.groupId} but IIRC the ${pom.___} form was deprecated in favour of
${project.___}.

You're right, project.* is recommended, i.e. the syntax whose first-token matches the root element <project> of the POM.

This is also consistent with the filtering done by the Maven Site Plugin for files ending with ".vm" where only expressions of the form project.* are recognized.

BTW, you did a good review :-)


Benjamin

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to