On 06/03/07, Tim Moloney <[EMAIL PROTECTED]> wrote:
Is there a way to define a custom variable (e.g. shortName) in pom.xml?
Yes, for example: <properties> <shortName>FOO</shortName> </properties> then you can use ${shortName} in your pom.xml - btw, if we come up with a standard template pom.xml for felix commons then it would be worthwhile defining a maven archetype (I use one locally for creating wrapped bundles). Cheers, Stuart