I have one parent pom.xml file and multiple child pom.xml files. There are multiple versions for various dependencies defined in properties> tag. I would like to move all that is written in properties> tag to ".property" file.
The issue is that pom.xml are not able to read property file.
I tried using file> tag but still no success. Can somebody please help.