The use of externally properties files was purposefully abandoned in M2.
In your case, I'd make a single shared parent pom and have the other poms use it as their parent, so you will inherit the properties set in the parent. Or utilize profiles.xml or settings.xml to share the properties. Otherwise, you will need to write a plugin to access the properties file and read the contents etc. Wayne On 3/8/07, Rahamim, Zvi (Zvi) <[EMAIL PROTECTED]> wrote:
Hi, I know that inside pom.xml there is a section that I can define properties. Is there a way to load properties from a property file / url? I need this because I have a couple of pom.xml files that should load the same property file. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
