> I'd like to read POM properties from a custom file if it exists.
> ie: i'd like to read from pom.properties and pom-${user.name}.properties
>
> I can't see any examples on the web of how to do this.Maven is not Ant. Properties in Maven belong in the pom.xml file. There are no examples of this because it is not supported. There is a plugin (properties-maven-plugin, I think it is called) that may support some of this functionality. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
