You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Massol <vm...@pivolis.com> on 2005/08/28 21:08:53 UTC

[m2] List of properties availalbe in expressions in the POM?

Hi,

Is there a rule about what expression "properties" are available in the
pom.xml file using the ${} syntax?

For example, I think that ${basedir} is available. Are there other such
properties available, like ${maven.repo.local}, ${version}, etc?

Thanks
-Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [m2] List of properties availalbe in expressions in the POM?

Posted by Brett Porter <br...@apache.org>.
It's only self referential. basedir was added as a special case.

You can use anything from the model (not the project, but the model),
and basedir at this point.

- Brett

Vincent Massol wrote:

>Hi,
>
>Is there a rule about what expression "properties" are available in the
>pom.xml file using the ${} syntax?
>
>For example, I think that ${basedir} is available. Are there other such
>properties available, like ${maven.repo.local}, ${version}, etc?
>
>Thanks
>-Vincent
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org