Thanks Dennis. I should indeed have read more fully this documentation. I had read the first part (API documentation), but haven't taken time to scroll down to the end of the page.
Thx! Denis. > -----Message d'origine----- > De : Dennis Lundberg [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 9 août 2006 19:47 > À : Maven Developers List > Objet : Re: Difference between default-value and expression metatags > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
