i need to use dynamic properties i maven 2.
say i pass to maven a property called propName using -DpropName=zzz
then in the pom.xml i need to define a dynamic property, which loads its
value from another pre-defined property:
<property.xxx>some xxx val</property.xxx>
<property.yyy>some yyy val</property.yyy>
<property.zzz>some zzz val</property.zzz>
<dynamic.property>${property.<propName>}</dynamic.property>

can that be done?

-- 
View this message in context: 
http://www.nabble.com/dynamic-properies-tp19951753p19951753.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to