Hi All,

I'm not mvn expert, but I'm working a lot others build systems.
I'm missing one of fundamental functionality, default value for
variable / property in case of maven.

I would like to start mvn process and optionally parametrize it by
environment variable.

e.g
<properties>
    <myProp>${env.turboMode}:slowmode</myProp>
</properties>

so if environmente variable is seted then myProp will get it;s value,
if not then slowmode will be the value.

I' sure that I'm missing some manual page, but please don't blame :)

Thanks a lot

--
Łukasz Tasz

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to