Ashley Williams wrote:
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. 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!

I never managed to make stuff like this work (i.e. inheriting or extending parent properties in child properties.

Regarding property files, google for maven-properties-plugin.

hth,

Manos

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

Reply via email to