How set property from parent pom.xml in child pom.xml

2007-04-16 Thread Depthblue
this? Thans Tomas -- View this message in context: http://www.nabble.com/How-set-property-from-parent-pom.xml-in-child-pom.xml-tf3584519s177.html#a10016314 Sent from the Maven - Users mailing list archive at Nabble.com.

Re: How set property from parent pom.xml in child pom.xml

2007-04-16 Thread Maria Odea Ching
Hi, I don't think you can do that in maven. AFAIK, properties are not inherited from the parent pom and you cannot also do the other way around (child to parent). Thanks, Deng Depthblue wrote: Hi, I have one parent.pom with list of properties ?xml version=1.0 encoding=UTF-8?