You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by tibor17 <ti...@lycos.com> on 2014/11/14 13:00:38 UTC

Is Expression Language Supported in Maven POM?

Is it possible to use EL in POM, something like this?

http://www.w3.org/TR/xexpr/#id-0042



-----
BR, tibor17
--
View this message in context: http://maven.40175.n5.nabble.com/Is-Expression-Language-Supported-in-Maven-POM-tp5814057.html
Sent from the Maven Developers mailing list archive at Nabble.com.

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


Re: Is Expression Language Supported in Maven POM?

Posted by Hervé BOUTEMY <he...@free.fr>.
no

some explanations:
-  XML parser used by Maven is Xpp3 from plexus-utils [1]
- ${...} interpolation is done in model-builder with internal interpolator [2]

Regards,

Hervé


[1] http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/pull/package-summary.html

[2] http://maven.apache.org/ref/current/maven-model-builder/#Model_Interpolation

Le vendredi 14 novembre 2014 05:00:38 tibor17 a écrit :
> Is it possible to use EL in POM, something like this?
> 
> http://www.w3.org/TR/xexpr/#id-0042
> 
> 
> 
> -----
> BR, tibor17
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Is-Expression-Language-Supported-in-Maven-> POM-tp5814057.html Sent from the Maven Developers mailing list archive at
> Nabble.com.
> 
> ---------------------------------------------------------------------
> 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