Hello All!

I'm looking for a way to disable or escape POM interpolation for specific
variable.
It means when I have a property defined like this:

<properties>
    <maven.goals.ci>-B -U -e clean install
-DBUILD_NUMBER=${BUILD_NUMBER}</maven.goals.ci>
</properties>

when passed to any plugin - "${BUILD_NUMBER}" will stay un-interpolated.

I've seen discussions about escaping interpolation in resources plugin but
here I need to disable/escape it in the POM itself.

Is there any way ?
Your help is much appreciated!


-----
-- 
Best regards,
Evgeny
http://evgeny-goldin.com/

-- 
View this message in context: 
http://old.nabble.com/Disabling-escaping-POM-interpolation-for-specific-variable-tp26259035p26259035.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to