Re: XML issue

2006-04-27 Thread Brett Porter
The expressions aren't part of the xml - depending on where they are used they are handled by the model interpolator (see maven-project) or the plugin expression evaluator (see maven-core). - Brett [EMAIL PROTECTED] wrote: Hi All! I've just began to study the Maven source code and there's so

XML issue

2006-04-27 Thread LDorileo
Hi All! I've just began to study the Maven source code and there's something that I didn't find the way. How does Maven handle "expressions" or "tags"(I don't know the exact terminology) like this: ${project.groupId}. I know that maven uses modello to generate the model's source and the code th