Hi,
I have one parent.pom with list of properties
<?xml version="1.0" encoding="UTF-8"?>
4.0.0
pom
WebAd
0.0.1
.....
${project.version}
${basedir}
${rootDirectory}/src
${rootDirectory}/test
${testDirectory}/resources
....
And I have second child pom.xml. I can read property ${myVersion} in this
pom. But I would want to set this property in this (child) pom.xml and then
I would want to read this changed property in parent pom.xml.
How can i do 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.