If you haven't read it already, I would recommend reading this:
  http://maven.apache.org/developers/mojo-api-specification.html

It doesn't answer the issue at hand, but then Brett has already done that :)

--
Dennis Lundberg



Cabasson Denis wrote:
Well, I was just wondering, what is the difference between:

/**
[EMAIL PROTECTED] default-value="${project.build.directory}/generated-site/xdoc"
*/
private File outputDirectory;

And

/**
[EMAIL PROTECTED] expression="${project.build.directory}/generated-site/xdoc"
*/
private File outputDirectory;

Which of the above is the preferred declaration, and why? (since they seem
to result in the same variable)

If some documentation about this is available somewhere, please forgive me
for not knowing where, and please direct me to the right place.

Thanks!

Denis



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

Reply via email to