J�rg Schaible <[EMAIL PROTECTED]> 21-04-2005 08:52 Please respond to "Maven Users List" <[email protected]>
To "Maven Users List" <[email protected]> cc Subject RE: How would I read a non-standard property file? Hello, thanks for the feedback. Will try some proposals and given feedback later. Cheers, Wolfgang. Arik Kfir wrote on Wednesday, April 20, 2005 8:23 PM: > J�rg Schaible wrote: > This won't work in general. E.g. a property like maven.repo.remote is > evaluated before the first goal ever executed. Additionally if you > load properties, they are nor available in the reactors e.g. > inherited by the subprojects in multiproject. You'll have to play > with this. > > If you load your properties into the current context (via the > <properties> tag), and then somehow translate that to a Map, you can > put it into maven's POM context (or plugin context) via > ${pom.context.setVariables(myMap)} > Wouldn't that work? Try it and give feedback ;-) --------------------------------------------------------------------- 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]
