Hi,

Ashley Williams schrieb:
Hi,

Is it possible to specify pom properties in a properties file? I found a reference here: http://maven.apache.org/pom.html#Properties but this just refers to other ways of setting properties. I actually want to use a property for the version in my parent and child poms as they should all be the same.

If you just want ensure that all children have the same version as the parent pom you just can let out the version tag in the child poms and they will inherit it from the parent.

Also it's no good declaring that property in the parent pom - as
they wouldn't be able to find it in the first place!

Thanks
- Ashley

-Tim

---

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional 
EU corporate and regulatory disclosures.


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

Reply via email to