I am wrong ;-)

when you are in pom.xml, ${someVar} means a reference of a variable under
root of the pom

However, maven also aware of other key vars such as   ${project},
${settetings} etc.

Therefore

  ${project.artifactId} and ${artifactId} are the same thing

  ${basedir}  ${project.basedir} are the same

I always start with ${project. ..



-D


On 10/12/06, pjungwir <[EMAIL PROTECTED]> wrote:



dan tran wrote:
>
> inconsistency i guess, I suggest to always start with ${project....}
>

I'm surprised at the implication: different code handles variable
replacement here vs. there.

Inconsistencies like this can be maddening. Could I file this as a jira?
Maybe I'll even supply a patch. :-)

Thanks,
Paul

--
View this message in context:
http://www.nabble.com/properties-in-plugins-vs.-pom-tf2434529.html#a6789008
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Reply via email to